velocedb
Version:
High-performance, secure, and robust local database
55 lines (54 loc) • 1.35 kB
JSON
{
"name": "velocedb",
"version": "4.0.2",
"description": "High-performance, secure, and robust local database",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"prepublishOnly": "pnpm build"
},
"keywords": [
"database",
"veloce",
"datastore",
"datastorage",
"nosql",
"opensource",
"db",
"json",
"local"
],
"author": "Amir Farzamnia <amir2452fa@gmail.com>",
"license": "MIT",
"files": [
"dist/**/*"
],
"homepage": "https://amirfarzamnia.github.io/velocedb",
"bugs": {
"url": "https://github.com/amirfarzamnia/velocedb/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amirfarzamnia/velocedb.git"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^4.2.0",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"prettier": "^3.5.3",
"typedoc": "^0.28.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1"
},
"dependencies": {
"json-stringify-safe": "^5.0.1",
"secure-json-parse": "^4.0.0"
}
}