mirror of
https://github.com/idolpx/csdb-ng.git
synced 2025-12-06 04:38:49 -05:00
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"name": "csdb-ng",
|
|
"version": "1.0.0",
|
|
"description": "CSDb-ng GraphQL Server",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"mon": "nodemon ./server.js localhost 3000"
|
|
},
|
|
"author": "Jaime Idolpx",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"apollo-server": "^3.13.0",
|
|
"graphql": "^16.5.0",
|
|
"mariadb": "^3.3.2"
|
|
}
|
|
}
|