2022-07-05 13:22:16 +02:00
|
|
|
{
|
2022-12-29 12:51:37 +01:00
|
|
|
"name": "mit.db",
|
|
|
|
"version": "2022.12.29",
|
|
|
|
"description": "An online server for quickmap.db",
|
2022-07-05 19:02:07 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-12-29 12:51:37 +01:00
|
|
|
"test": "node index.js"
|
2022-07-05 19:02:07 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-12-29 12:51:37 +01:00
|
|
|
"url": "git+https://github.com/ThunderNetworkRaD/mit.db.git"
|
2022-07-05 19:02:07 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
2022-12-29 12:51:37 +01:00
|
|
|
"Database"
|
2022-07-05 19:02:07 +02:00
|
|
|
],
|
2022-12-29 12:51:37 +01:00
|
|
|
"author": "Thunder Network RaD | Killer Boss Original",
|
|
|
|
"license": "ISC",
|
2022-07-05 19:02:07 +02:00
|
|
|
"bugs": {
|
2022-12-29 12:51:37 +01:00
|
|
|
"url": "https://github.com/ThunderNetworkRaD/mit.db/issues"
|
2022-07-05 19:02:07 +02:00
|
|
|
},
|
2022-12-29 12:51:37 +01:00
|
|
|
"homepage": "https://github.com/ThunderNetworkRaD/mit.db#readme",
|
2022-11-03 17:53:46 +01:00
|
|
|
"dependencies": {
|
2022-12-29 12:51:37 +01:00
|
|
|
"colors": "^1.4.0",
|
|
|
|
"quickmap.db": "^2022.12.29",
|
|
|
|
"readline-sync": "^1.4.10"
|
2022-07-05 19:26:35 +02:00
|
|
|
}
|
2022-07-05 19:02:07 +02:00
|
|
|
}
|