You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
575 B
26 lines
575 B
{
|
|
"name": "graphite-middleware-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "nodemon ./src/main.js",
|
|
"test": "node ./src/test/tcpClient.js",
|
|
"prod": "pm2 start ./src/main.js --name chicken-nodejs"
|
|
},
|
|
"keywords": [],
|
|
"author": "maochaoying",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3",
|
|
"moment": "^2.29.4",
|
|
"mysql2": "^3.2.0",
|
|
"pm2": "^5.3.0",
|
|
"sequelize": "^6.29.1",
|
|
"uuid": "^9.0.0",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.21"
|
|
}
|
|
}
|