{
  "name": "@evilmartians/agent-prism-types",
  "private": false,
  "version": "0.0.9",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "tsc": "tsc -p tsconfig.app.json --noEmit --skipLibCheck"
  }
}