UNPKG

node-blaze

Version:

Bindings to blaze, high-performance C++ JSON Schema validator

56 lines 1.27 kB
{ "name": "node-blaze", "version": "0.0.50", "description": "Bindings to blaze, high-performance C++ JSON Schema validator", "repository": { "type": "git", "url": "git+https://github.com/arturgawlik/node-blaze.git" }, "keywords": [ "JSON", "Schema", "blaze" ], "author": "Artur Gawlik", "license": "ISC", "bugs": { "url": "https://github.com/arturgawlik/node-blaze/issues" }, "homepage": "https://github.com/arturgawlik/node-blaze#readme", "main": "dist/blaze.js", "files": [ "dist", "src", "deps", "CMakeLists.txt" ], "scripts": { "install": "cmake-js compile", "test": "node --test ./test/**/*.spec.ts", "benchmark": "node ./benchmark/benchmark.ts", "build": "cmake-js build", "rollup": "rollup -c rollup.config.js", "tsc": "tsc", "prepare": "./prepare" }, "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^8.4.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", "@types/node": "^24.0.14", "ajv": "^8.17.1", "cmake-js": "^7.3.1", "rollup": "^4.45.1", "tinybench": "^4.0.1", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "binary": { "napi_versions": [ 10 ] }, "type": "module" }