mit.db/package.json
2023-02-05 13:17:25 +01:00

27 lines
673 B
JSON

{
"name": "mit.db",
"version": "2023.02.05-2",
"description": "An easy and quick database",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThunderNetworkRaD/map.db.git"
},
"author": "Thunder Network Development | Killer Boss Original",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThunderNetworkRaD/map.db/issues"
},
"homepage": "https://github.com/ThunderNetworkRaD/map.db#readme",
"dependencies": {
"tslib": "^2.4.1",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/node": "^18.11.19"
}
}