{
  "name": "strip-literal",
  "type": "module",
  "version": "4.0.0",
  "description": "Strip comments and string literals from JavaScript code",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/strip-literal#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/strip-literal.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/strip-literal/issues"
  },
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "js-tokens": "^10.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.2.0",
    "@antfu/ni": "^30.3.0",
    "@types/node": "^26.1.2",
    "bumpp": "^12.1.1",
    "eslint": "^10.8.0",
    "pnpm": "^11.18.0",
    "publint": "^0.3.22",
    "three": "^0.185.1",
    "tsdown": "^0.22.14",
    "tsx": "^4.23.1",
    "typescript": "^5.9.3",
    "vite": "^8.1.5",
    "vitest": "^4.1.10",
    "vue": "^3.5.40"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "bench": "vitest bench",
    "typecheck": "tsc"
  }
}