24 lines
427 B
JSON
24 lines
427 B
JSON
{
|
|
"name": "dvdbot",
|
|
"version": "1.0.0",
|
|
"description": "A simple Node app built on Express, instantly up and running.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"mpp-client-net": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "12.x"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"glitch",
|
|
"express"
|
|
]
|
|
}
|