mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"name": "@dzeio/listener",
|
|
"version": "1.0.3",
|
|
"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": "npm run build",
|
|
"build": "tsc"
|
|
}
|
|
}
|