@arcjet/analyze
Version:
Arcjet local analysis engine
65 lines (64 loc) • 1.53 kB
JSON
{
"name": "@arcjet/analyze",
"version": "1.0.0-beta.13",
"description": "Arcjet local analysis engine",
"keywords": [
"analyze",
"arcjet",
"attack",
"limit",
"protect",
"verify"
],
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
"repository": {
"type": "git",
"url": "git+https://github.com/arcjet/arcjet-js.git",
"directory": "analyze"
},
"bugs": {
"url": "https://github.com/arcjet/arcjet-js/issues",
"email": "support@arcjet.com"
},
"author": {
"name": "Arcjet",
"email": "support@arcjet.com",
"url": "https://arcjet.com"
},
"engines": {
"node": ">=18"
},
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"build": "rollup --config rollup.config.js",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"test-api": "node --test",
"test-coverage": "node --experimental-test-coverage --test",
"test": "npm run build && npm run lint && npm run test-coverage"
},
"dependencies": {
"@arcjet/analyze-wasm": "1.0.0-beta.13",
"@arcjet/protocol": "1.0.0-beta.13"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-beta.13",
"@arcjet/rollup-config": "1.0.0-beta.13",
"@bytecodealliance/jco": "1.5.0",
"@rollup/wasm-node": "4.52.3",
"@types/node": "24.6.0",
"eslint": "9.36.0",
"typescript": "5.9.2"
},
"publishConfig": {
"access": "public",
"tag": "latest"
}
}