{
  "name": "strip-literal",
  "version": "2.0.0",
  "packageManager": "pnpm@8.13.1",
  "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": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp --commit --push --tag && npm publish",
    "start": "esmo src/index.ts",
    "test": "vitest",
    "bench": "vitest bench",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "js-tokens": "^8.0.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.1",
    "@antfu/ni": "^0.21.12",
    "@types/node": "^20.10.5",
    "bumpp": "^9.2.1",
    "eslint": "^8.56.0",
    "esmo": "^4.0.0",
    "pnpm": "^8.13.1",
    "rimraf": "^5.0.5",
    "three": "^0.160.0",
    "typescript": "^5.3.3",
    "unbuild": "^2.0.0",
    "vite": "^5.0.10",
    "vitest": "^1.1.0",
    "vue": "^3.4.0"
  }
}
