{
  "name": "taiekit",
  "version": "0.0.1",
  "description": "Save your life when using Tai-e",
  "keywords": [
    "tai-e",
    "static-analysis",
    "pointer-analysis",
    "java",
    "debug",
    "cli"
  ],
  "homepage": "https://github.com/yjl9903/Tai-e-Kit#readme",
  "bugs": {
    "url": "https://github.com/yjl9903/Tai-e-Kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yjl9903/Tai-e-Kit.git"
  },
  "license": "MIT",
  "author": "XLor",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "vitest": "^0.30.1"
  },
  "engines": {
    "node": ">=v18.16.0"
  },
  "scripts": {
    "build": "unbuild",
    "format": "prettier --write src/**/*.ts test/**/*.ts",
    "test": "vitest",
    "test:ci": "vitest --run",
    "typecheck": "tsc --noEmit"
  }
}