UNPKG

gg-json-hash

Version:
48 lines (47 loc) 1.09 kB
{ "name": "gg-json-hash", "version": "3.3.2", "description": "Add hashes to nested json objects.", "license": "MIT", "author": "Dr. Gabriel Gatzsche", "main": "dist/gg-json-hash.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 && tsc", "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/gg-json-hash-js.git" }, "keywords": [ "gg", "json", "relational", "database" ], "devDependencies": { "@vitest/coverage-v8": "^3.0.7", "typescript": "~5.7.3", "vite": "^6.2.0", "vite-plugin-dts": "^4.5.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.0.7", "vitest-dom": "^0.1.1" }, "peerDependencies": { "@aws-crypto/sha256-js": "^5.2.0", "js-base64": "^3.7.7" }, "dependencies": {} }