1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-23 03:12:12 +00:00
libs/packages/queue/package.json
Florian Bouillon f5b54f1816 Publish
- @dzeio/dom-manager@1.2.2
 - @dzeio/logger@2.0.2
 - @dzeio/object-util@1.0.2
 - @dzeio/queue@1.1.2
 - @dzeio/url-manager@1.0.2
2020-10-20 13:47:57 +02:00

23 lines
472 B
JSON

{
"name": "@dzeio/queue",
"version": "1.1.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": "^4.0.3"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",
"test": "tsc --noEmit"
}
}