2022-07-05 13:22:16 +02:00
|
|
|
{
|
2023-02-05 12:15:49 +01:00
|
|
|
"name": "mit.db",
|
2023-04-12 18:42:15 +02:00
|
|
|
"version": "2023.04.12",
|
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 13:17:25 +01:00
|
|
|
"build": "tsc"
|
2022-07-05 19:02:07 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-02-06 20:49:49 +01:00
|
|
|
"url": "git+https://github.com/ThunderNetworkRaD/mit.db.git"
|
2022-07-05 19:02:07 +02:00
|
|
|
},
|
2023-04-12 18:42:15 +02:00
|
|
|
"author": "ThunderNetworkRaD | Killer Boss Original",
|
2022-12-29 12:51:37 +01:00
|
|
|
"license": "ISC",
|
2022-07-05 19:02:07 +02:00
|
|
|
"bugs": {
|
2023-02-06 20:49:49 +01:00
|
|
|
"url": "https://github.com/ThunderNetworkRaD/mit.db/issues"
|
2023-01-11 21:02:33 +01:00
|
|
|
},
|
2023-02-06 20:49:49 +01:00
|
|
|
"homepage": "https://github.com/ThunderNetworkRaD/mit.db#readme",
|
2023-02-23 11:50:14 +01:00
|
|
|
"devDependencies": {
|
2023-07-17 09:53:45 +02:00
|
|
|
"@types/node": "^20.4.2",
|
2023-02-05 12:15:49 +01:00
|
|
|
"tslib": "^2.4.1",
|
2023-04-03 10:05:46 +02:00
|
|
|
"typescript": "^5.0.3"
|
2022-07-05 19:26:35 +02:00
|
|
|
}
|
2022-07-05 19:02:07 +02:00
|
|
|
}
|