mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
22 lines
446 B
JSON
22 lines
446 B
JSON
{
|
|
"name": "@dzeio/queue",
|
|
"version": "1.0.2",
|
|
"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": "^3.9.5"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "yarn build",
|
|
"build": "tsc"
|
|
}
|
|
}
|