mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-14 19:59:17 +00:00
Published new Lib
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
22
packages/listener/package.json
Normal file
22
packages/listener/package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@dzeio/listener",
|
||||
"version": "0.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",
|
||||
"test": "tsc --noEmit"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user