{
  "name": "vite-plugin-dynamic-base",
  "version": "1.3.0",
  "description": "Resolve all resource files dynamic publicPath, like Webpack's __webpack_public_path__",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "tsc -p ./tsconfig.build.json -w --incremental --skipLibCheck",
    "build": "rm -rf dist && tsc -p ./tsconfig.build.json --skipLibCheck",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "tdd": "vitest -w",
    "snap": "vitest run --update",
    "release": "bumpp --commit --push --tag && pnpm publish"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chenxch/vite-plugin-dynamic-base.git"
  },
  "author": "chenxch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chenxch/vite-plugin-dynamic-base/issues"
  },
  "homepage": "https://github.com/chenxch/vite-plugin-dynamic-base",
  "devDependencies": {
    "@types/node": "^16.11.27",
    "bumpp": "^8.2.1",
    "c8": "^7.11.2",
    "typescript": "^4.6.3",
    "vite": "^2.9.5",
    "vitest": "^0.9.4"
  },
  "dependencies": {
    "@swc/core": "^1.3.61",
    "node-html-parser": "^5.3.3"
  },
  "peerDependencies": {
    "vite": ">= 2.9.5"
  },
  "keywords": [
    "vite",
    "vite plugin",
    "publicpath",
    "dynamic publicpath",
    "dynamic base",
    "__webpack_public_path__"
  ]
}
