mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 14:41:41 +03:00
25 lines
449 B
JSON
25 lines
449 B
JSON
{{={= =}=}}
|
|
{
|
|
"name": "server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "nodemon ./src/server.js",
|
|
"debug": "DEBUG=server:* npm start",
|
|
"standard": "standard"
|
|
},
|
|
"nodemonConfig": {
|
|
"delay": "1000"
|
|
},
|
|
"engines": {
|
|
"node": ">={= nodeVersion =}"
|
|
},
|
|
{=& depsChunk =},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.4",
|
|
"standard": "^14.3.4",
|
|
"@prisma/cli": "2.x"
|
|
}
|
|
}
|