1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-30 14:52:15 +00:00
libs/packages/queue/package.json
Florian Bouillon ac6fe0e4a2 Publish
- @dzeio/queue@1.1.1
 - @dzeio/url-manager@1.0.0
2020-08-31 00:47:25 +02:00

23 lines
472 B
JSON

{
"name": "@dzeio/queue",
"version": "1.1.1",
"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",
"test": "tsc --noEmit"
}
}