mit.db/node_modules/quickmap.db/package.json
2022-07-05 19:02:07 +02:00

34 lines
751 B
JSON

{
"name": "quickmap.db",
"version": "1.1.1",
"description": "A Map that stores data locally and loads it at startup",
"types": "types/index.d.ts",
"main": "build/index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FIUSDevelopment/map.db.git"
},
"keywords": [
"Map",
"DB",
"MapDB"
],
"author": "FIUS Development | Killer Boss Original",
"license": "ISC",
"bugs": {
"url": "https://github.com/FIUSDevelopment/map.db/issues"
},
"homepage": "https://github.com/FIUSDevelopment/map.db#readme",
"devDependencies": {
"@types/node": "^16.7.10"
},
"dependencies": {
"typescript": "^4.4.2"
}
}