mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "bgpalerter",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"bin": "bin.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha tests --require babel-core/register",
|
|
"build": "",
|
|
"watch-and-serve": "nodemon --inspect --exec babel-node index.js",
|
|
"serve": "nodemon --exec babel-node index.js"
|
|
},
|
|
"author": "Massimo Candela",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"chai": "^4.2.0",
|
|
"chai-subset": "^1.6.0",
|
|
"mocha": "^6.1.4",
|
|
"nodemon": "^1.19.1",
|
|
"read-last-lines": "^1.7.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"brembo": "^2.0.3",
|
|
"event-stream": "^4.0.1",
|
|
"ip": "https://github.com/MaxCam/node-ip.git#contains-prefix",
|
|
"js-yaml": "^3.13.1",
|
|
"nodemailer": "^6.2.1",
|
|
"path": "^0.12.7",
|
|
"pkg": "^4.4.0",
|
|
"pubsub-js": "^1.7.0",
|
|
"websocket-stream": "^5.5.0",
|
|
"winston": "^3.2.1",
|
|
"winston-daily-rotate-file": "^3.9.0",
|
|
"ws": "^7.0.0",
|
|
"yarn": "^1.16.0"
|
|
}
|
|
}
|