rljson
Version:
Define and manage relational data structures in JSON
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "rljson",
"version": "5.0.6",
"description": "Define and manage relational data structures in JSON",
"license": "MIT",
"author": "Dr. Gabriel Gatzsche",
"main": "dist/rljson.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"example/src",
"example/package.json",
"example/tsconfig.json",
"example/README.md"
],
"type": "module",
"scripts": {
"build": "vite build",
"prepare": "npm run build",
"test": "npx vitest run --coverage",
"prepublishOnly": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inlavigo/rljson-js.git"
},
"keywords": [
"gg",
"json",
"relational",
"database"
],
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.13.5",
"@vitest/coverage-v8": "^3.0.7",
"typescript": "~5.7.3",
"vite": "^6.2.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.7",
"vitest-dom": "^0.1.1",
"vite-plugin-dts": "^4.4.0"
},
"peerDependencies": {
"gg-json-hash": "^3.3.2"
}
}