dvdbot-old/package.json

24 lines
427 B
JSON
Raw Permalink Normal View History

2018-03-13 21:25:39 +01:00
{
2024-07-29 08:44:29 +02:00
"name": "dvdbot",
"version": "1.0.0",
"description": "A simple Node app built on Express, instantly up and running.",
2018-03-13 21:25:39 +01:00
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
2024-07-29 08:44:29 +02:00
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mpp-client-net": "^1.2.1"
2018-03-13 21:25:39 +01:00
},
"engines": {
2020-02-19 23:18:49 +01:00
"node": "12.x"
2018-03-13 21:25:39 +01:00
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}