mirror of
https://github.com/alwxkxk/soft-and-hard.git
synced 2025-02-04 06:42:54 +08:00
19 lines
342 B
JSON
19 lines
342 B
JSON
|
{
|
||
|
"name": "myapp",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node ./bin/www"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cookie-parser": "~1.4.3",
|
||
|
"debug": "~2.6.9",
|
||
|
"express": "~4.16.0",
|
||
|
"http-errors": "~1.6.2",
|
||
|
"moment": "^2.23.0",
|
||
|
"morgan": "~1.9.0",
|
||
|
"pug": "2.0.0-beta11",
|
||
|
"ws": "^6.1.2"
|
||
|
}
|
||
|
}
|