2022-07-05 13:22:16 +02:00
|
|
|
{
|
2023-02-05 12:15:49 +01:00
|
|
|
"name": "mit.db",
|
2023-02-05 12:20:17 +01:00
|
|
|
"version": "2023.02.05-1",
|
2023-02-05 12:17:23 +01:00
|
|
|
"description": "An easy and quick database",
|
2023-02-05 12:15:49 +01:00
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
2022-07-05 19:02:07 +02:00
|
|
|
"scripts": {
|
2023-02-05 12:15:49 +01:00
|
|
|
"install": "tsc"
|
2022-07-05 19:02:07 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-02-05 12:15:49 +01:00
|
|
|
"url": "git+https://github.com/ThunderNetworkRaD/map.db.git"
|
2022-07-05 19:02:07 +02:00
|
|
|
},
|
2023-02-05 12:15:49 +01:00
|
|
|
"author": "Thunder Network Development | Killer Boss Original",
|
2022-12-29 12:51:37 +01:00
|
|
|
"license": "ISC",
|
2022-07-05 19:02:07 +02:00
|
|
|
"bugs": {
|
2023-02-05 12:15:49 +01:00
|
|
|
"url": "https://github.com/ThunderNetworkRaD/map.db/issues"
|
2023-01-11 21:02:33 +01:00
|
|
|
},
|
2023-02-05 12:15:49 +01:00
|
|
|
"homepage": "https://github.com/ThunderNetworkRaD/map.db#readme",
|
2022-11-03 17:53:46 +01:00
|
|
|
"dependencies": {
|
2023-02-05 12:15:49 +01:00
|
|
|
"@types/node": "^18.11.18",
|
|
|
|
"tslib": "^2.4.1",
|
|
|
|
"typescript": "^4.9.5"
|
2022-07-05 19:26:35 +02:00
|
|
|
}
|
2022-07-05 19:02:07 +02:00
|
|
|
}
|