1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
libs/packages/queue/package.json
Florian Bouillon 484bc2cef9 Publish
- @dzeio/logger@2.0.0-alpha.0
 - @dzeio/queue@1.0.0
2020-07-07 11:17:32 +02:00

25 lines
505 B
JSON

{
"name": "@dzeio/queue",
"version": "1.0.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": "^3.9.5"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
},
"dependencies": {
"@dzeio/logger": "^2.0.0-alpha.0"
}
}