{
  "name": "neverpanic",
  "module": "index.ts",
  "version": "0.0.8",
  "type": "module",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/bgrcs/neverpanic"
  },
  "scripts": {
    "build": "tsc",
    "test": "bun test"
  },
  "files": ["dist", "LICENSE"],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "devDependencies": {
    "@types/bun": "1.3.14",
    "typescript": "5.8.2"
  }
}
