ddstats-server/package.json

27 lines
570 B
JSON
Raw Normal View History

2021-09-25 11:49:30 +02:00
{
"name": "ddstats-server",
"version": "0.0.1",
"description": "A DDNet Status and Statistics API.",
"main": "index.js",
2021-09-25 11:57:55 +02:00
"type": "module",
2021-09-25 11:49:30 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.qwik.space/BurnyLlama/ddstats-server"
},
"keywords": [
"ddnet"
],
"author": "BurnyLlama, furo",
2021-09-25 11:57:55 +02:00
"license": "WTFPL",
"dependencies": {
2021-09-25 17:47:05 +02:00
"dotenv": "^10.0.0",
"express": "^4.17.1",
2021-09-29 20:29:06 +02:00
"mongoose": "^6.0.7",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2"
2021-09-25 11:57:55 +02:00
}
2021-09-25 11:49:30 +02:00
}