{
  "name": "pan-airs-ts",
  "version": "0.1.0",
  "description": "TypeScript library for Palo Alto Networks AI Runtime Security",
  "author": "Calvin Remsburg <cremsburg.dev@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cdot65/pan-airs-ts.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "ai runtime security",
    "palo alto networks",
    "TypeScript",
    "Security"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "lint": "eslint . ",
    "test": "jest --coverage",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint && npm run test"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^8.18.2",
    "@typescript-eslint/parser": "^8.18.2",
    "eslint": "^9.17.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "axios": "^1.6.2"
  }
}