mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-12 19:09:18 +00:00
Added Queue System
This commit is contained in:
24
packages/queue/package.json
Normal file
24
packages/queue/package.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"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": "^1.1.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user