@arcjet/analyze
Version:
Arcjet local analysis engine
67 lines (66 loc) • 1.5 kB
JSON
{
"name": "@arcjet/analyze",
"version": "1.8.0",
"description": "Arcjet local analysis engine",
"keywords": [
"analyze",
"arcjet",
"attack",
"limit",
"protect",
"verify"
],
"homepage": "https://arcjet.com",
"bugs": {
"url": "https://github.com/arcjet/arcjet-js/issues",
"email": "support@arcjet.com"
},
"license": "Apache-2.0",
"author": {
"name": "Arcjet",
"email": "support@arcjet.com",
"url": "https://arcjet.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcjet/arcjet-js.git",
"directory": "analyze"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"scripts": {
"build": "tsdown",
"typecheck": "tsgo --noEmit",
"test-api": "node --test -- test/*.test.ts",
"test-coverage": "node --experimental-test-coverage --test -- test/*.test.ts",
"test": "npm run build && npm run test-coverage"
},
"dependencies": {
"@arcjet/analyze-wasm": "1.8.0",
"@arcjet/protocol": "1.8.0"
},
"devDependencies": {
"@bytecodealliance/jco": "1.5.0",
"@types/node": "22.19.21",
"tsdown": "0.22.3",
"typescript": "6.0.3"
},
"engines": {
"node": ">=22.21.0 <23 || >=24.5.0"
}
}