mit.db/package.json

30 lines
691 B
JSON
Raw Normal View History

2022-07-05 13:22:16 +02:00
{
2022-11-03 17:53:46 +01:00
"name": "@fiusdevelopment/mit.db",
"version": "0.0.1",
"description": "A QuickDeploy Database Host",
2022-07-05 19:02:07 +02:00
"main": "index.js",
"scripts": {
2022-11-03 17:53:46 +01:00
"test": "npm start"
2022-07-05 19:02:07 +02:00
},
"repository": {
"type": "git",
2022-11-03 17:53:46 +01:00
"url": "git+https://github.com/FIUSDevelopment/mit-db.git"
2022-07-05 19:02:07 +02:00
},
"keywords": [
"database",
2022-11-03 17:53:46 +01:00
"javascript",
"nodejs",
"node.js",
"quickmap.db"
2022-07-05 19:02:07 +02:00
],
"author": "FIUS Development | Killer Boss Original",
2022-11-03 17:53:46 +01:00
"license": "SEE LICENSE IN LICENSE.txt",
2022-07-05 19:02:07 +02:00
"bugs": {
2022-11-03 17:53:46 +01:00
"url": "https://github.com/FIUSDevelopment/mit-db/issues"
2022-07-05 19:02:07 +02:00
},
2022-11-03 17:53:46 +01:00
"homepage": "https://github.com/FIUSDevelopment/mit-db#readme",
"dependencies": {
"@fiusdevelopment/map.db": "^1.0.2"
2022-07-05 19:26:35 +02:00
}
2022-07-05 19:02:07 +02:00
}