mit.db/package.json

28 lines
671 B
JSON
Raw Permalink Normal View History

2022-07-05 13:22:16 +02:00
{
2023-02-05 12:15:49 +01:00
"name": "mit.db",
2023-02-06 10:38:39 +01:00
"version": "2023.02.06",
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-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
"tslib": "^2.4.1",
"typescript": "^4.9.5"
2023-02-05 13:17:25 +01:00
},
"devDependencies": {
"@types/node": "^18.11.19"
2022-07-05 19:26:35 +02:00
}
2022-07-05 19:02:07 +02:00
}