{
  "name": "sigmalite-ts",
  "version": "0.1.0",
  "description": "A TypeScript implementation of Sigmalite rules",
  "author": "Daniel S",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d4n5h/sigmalite-ts.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "jest": {
    "preset": "ts-jest/presets/default-esm"
  },
  "dependencies": {
    "ip-address": "^9.0.5",
    "yaml": "^2.8.0"
  },
  "devDependencies": {
    "jest": "^30.0.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.3"
  }
}
