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 3d02a29bc5
Move to NPM (#32)
* Update workflow

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

* Fixed parcel version

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

* Some more fixes

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

* Removed console.memory

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

* Update

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

* fuck windows

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

* bump config for better node 12 support

Signed-off-by: Avior <github@avior.me>
2021-09-28 15:57:36 +02:00

22 lines
457 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",
"devDependencies": {
"typescript": "^4.0.3"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
}
}