mirror of
https://github.com/dzeiocom/libs.git
synced 2025-05-21 08:40:00 +00:00
* Update workflow Signed-off-by: Avior <github@avior.me> * Fixed parcel version Signed-off-by: Avior <github@avior.me> * Some more fixes Signed-off-by: Avior <github@avior.me> * Removed console.memory Signed-off-by: Avior <github@avior.me> * Update Signed-off-by: Avior <github@avior.me> * fuck windows Signed-off-by: Avior <github@avior.me> * bump config for better node 12 support Signed-off-by: Avior <github@avior.me>
22 lines
446 B
JSON
22 lines
446 B
JSON
{
|
|
"name": "@dzeio/queue",
|
|
"version": "1.2.0",
|
|
"description": "My Personnal Promise Queue System",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dzeiocom/libs.git",
|
|
"directory": "packages/Queue"
|
|
},
|
|
"author": "Aviortheking",
|
|
"license": "MIT",
|
|
"main": "./dist/Queue.js",
|
|
"types": "./dist/Queue.d.ts",
|
|
"devDependencies": {
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "yarn build",
|
|
"build": "tsc"
|
|
}
|
|
}
|