ittech/w6/package.json
2022-03-14 12:05:26 +07:00

22 lines
422 B
JSON

{
"name": "w6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node .",
"watch": "nodemon -e *",
"build": "docker build -t nuark/w6_bld ."
},
"author": "nuark",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.2",
"express": "^4.17.3",
"mustache": "^4.2.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}