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.
27 lines
578 B
27 lines
578 B
{
|
|
"name": "chicken-breeding-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon ./src/main.js",
|
|
"test": "node ./src/test/tcpClient.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "maochaoying",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"dotenv": "^16.0.3",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"koa": "^2.14.1",
|
|
"koa-body": "^6.0.1",
|
|
"koa-router": "^12.0.0",
|
|
"mysql2": "^3.2.0",
|
|
"sequelize": "^6.29.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.21"
|
|
}
|
|
}
|