docker / package.json
zhang-wei-jian's picture
update
73d0f5b
raw
history blame contribute delete
No virus
350 Bytes
{
"name": "dockertest",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"koa": "^2.14.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}