simple-picture-gallery/picture-gallery-server/package.json

23 lines
477 B
JSON

{
"name": "picture-gallery-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"start": "node dist/app.js",
"run": "npm run build && npm run start"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.13",
"typescript": "^4.6.3"
},
"dependencies": {
"express": "^4.17.3"
}
}