limelightdb
Version:
A lightweight local database
35 lines (34 loc) • 833 B
JSON
{
"name": "limelightdb",
"version": "3.1.5",
"description": "A lightweight local database",
"main": "index.js",
"scripts": {
"prepack": "tsc index.ts && tsc server.ts",
"postpack": "del index.js && del server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imaperson1060/limelight.git"
},
"author": "imaperson <me@imaperson.dev> (https://imaperson.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/imaperson1060/limelight/issues"
},
"homepage": "https://github.com/imaperson1060/limelight#readme",
"keywords": [
"db",
"database",
"lime",
"limedb",
"limelight"
],
"devDependencies": {
"@types/node": "^17.0.42",
"typescript": "^4.7.3"
},
"dependencies": {
"ajv": "^8.11.0"
}
}