audioshowkit/server/package.json

15 lines
290 B
JSON
Raw Normal View History

{
"name": "audioshowkit-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
2022-03-21 01:23:16 +00:00
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.3"
}
2022-03-21 01:23:16 +00:00
}