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 7ce7daf751
Upgrade Jest to 27 (#43)
* test

Signed-off-by: Avior <github@avior.me>

* Fixed

Signed-off-by: Avior <github@avior.me>

* Fix

Signed-off-by: Avior <github@avior.me>
2021-09-29 11:49:41 +02:00

19 lines
395 B
JSON

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