mit.db/package.json

31 lines
726 B
JSON
Raw Normal View History

2022-07-05 13:22:16 +02:00
{
2022-07-05 19:02:07 +02:00
"dependencies": {
"chalk": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"quickmap.db": "^1.1.1"
},
"name": "database-server",
"description": "A quick-deploy database server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FIUSdevelopment/database-server.git"
},
"keywords": [
"database",
"online"
],
"author": "FIUS Development | Killer Boss Original",
"license": "ISC",
"bugs": {
"url": "https://github.com/FIUSdevelopment/database-server/issues"
},
"homepage": "https://github.com/FIUSdevelopment/database-server#readme"
}