You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
273 B
JSON
16 lines
273 B
JSON
|
7 months ago
|
{
|
||
|
|
"name": "clwy-api",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"start": "nodemon ./bin/www"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"cookie-parser": "~1.4.4",
|
||
|
|
"debug": "~2.6.9",
|
||
|
|
"express": "~4.16.1",
|
||
|
|
"morgan": "~1.9.1",
|
||
|
|
"nodemon": "^3.1.10"
|
||
|
|
}
|
||
|
|
}
|