UNPKG

json-type-cli

Version:

High-performance JSON Pointer implementation

93 lines (92 loc) 2.24 kB
{ "name": "json-type-cli", "packageManager": "yarn@4.9.2", "publishConfig": { "access": "public" }, "version": "1.1.0", "description": "High-performance JSON Pointer implementation", "author": { "name": "streamich", "url": "https://github.com/streamich" }, "homepage": "https://github.com/streamich/json-type-cli", "repository": "streamich/json-type-cli", "funding": { "type": "github", "url": "https://github.com/sponsors/streamich" }, "keywords": [ "json-type-cli", "cli", "schema-cli", "cli-generator", "json-type", "type", "schema", "json-schema", "jtd", "json", "pointer", "jit" ], "engines": { "node": ">=10.0" }, "main": "lib/index.js", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "files": [ "LICENSE", "lib/" ], "license": "Apache-2.0", "scripts": { "start": "npx ts-node src/__demos__/cli.ts", "format": "biome format ./src", "format:fix": "biome format --write ./src", "lint": "biome lint ./src", "lint:fix": "biome lint --apply ./src", "clean": "npx rimraf@6.0.1 lib typedocs coverage gh-pages yarn-error.log", "build": "tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib", "test": "echo \"No tests yet\"" }, "peerDependencies": { "tslib": "2" }, "dependencies": { "@jsonjoy.com/json-pack": "^1.4.0", "@jsonjoy.com/json-type": "^1.3.0", "@jsonjoy.com/reactive-rpc": "^2.5.0", "@jsonjoy.com/util": "^1.8.0", "json-joy": "^17.49.1", "pojo-dump": "^1.1.0", "rxjs": "^7.8.2", "tree-dump": "^1.0.3" }, "devDependencies": { "@biomejs/biome": "^1.9.3", "@types/benchmark": "^2.1.5", "@types/jest": "^29.5.12", "@types/node": "^22.7.4", "benchmark": "^2.1.4", "config-galore": "^1.0.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "tslib": "^2.7.0", "typescript": "^5.6.2" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "^.+\\.ts$": "ts-jest" }, "transformIgnorePatterns": [ ".*/node_modules/.*" ], "testRegex": ".*/(__tests__|__jest__|demo)/.*\\.(test|spec)\\.ts$" } }