@jazzer.js/fuzzer
Version:
Jazzer.js libfuzzer-based fuzzer for Node.js
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "@jazzer.js/fuzzer",
"version": "2.1.0",
"description": "Jazzer.js libfuzzer-based fuzzer for Node.js",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CodeIntelligenceTesting/jazzer.js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:CodeIntelligenceTesting/jazzer.js.git",
"directory": "packages/fuzzer"
},
"main": "dist/fuzzer.js",
"types": "dist/fuzzer.d.ts",
"scripts": {
"prebuild": "prebuild --runtime napi --backend cmake-js --all --strip --verbose",
"install": "prebuild-install --runtime napi || npm run prebuild",
"build": "cmake-js build --out build",
"format:fix": "clang-format -i *.cpp shared/*.cpp shared/*.h",
"lint": "find . -path ./build -prune -type f -o -iname '*.h' -o -iname '*.cpp' | xargs clang-tidy"
},
"binary": {
"napi_versions": [
4
]
},
"dependencies": {
"bindings": "^1.5.0",
"cmake-js": "^7.2.1",
"node-addon-api": "^7.0.0",
"prebuild-install": "^7.1.1"
},
"devDependencies": {
"@types/bindings": "^1.5.3",
"@types/node": "^20.8.7",
"clang-format": "^1.8.0",
"prebuild": "^12.1.0"
},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 7.0.0"
}
}