1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-05-28 03:59:55 +00:00
libs/packages/listener/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
406 B
JSON

{
"name": "@dzeio/listener",
"version": "1.0.1",
"description": "A NodeJS Listener implementation",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/listener"
},
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/Listener.js",
"types": "./dist/Listener.d.ts",
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
}
}