{
  "name": "ts-paths-to-relative-path-rspack-plugin",
  "version": "0.1.2",
  "type": "module",
  "description": "convert ts path alias to relative paths in the bundleless mode of rslib",
  "keywords": [
    "rspack",
    "plugin",
    "rslib",
    "relative",
    "alias",
    "paths",
    "ts-paths-to-relative-path-rspack-plugin"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "npm run build",
    "build": "rslib build",
    "dev": "rslib build --watch",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "vitest run"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noshower/ts-paths-to-relative-path-rspack-plugin.git"
  },
  "author": "noshower",
  "bugs": {
    "url": "https://github.com/noshower/ts-paths-to-relative-path-rspack-plugin/issues"
  },
  "homepage": "https://github.com/noshower/ts-paths-to-relative-path-rspack-plugin#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "@rslib/core": "^0.1.4",
    "@rspack/core": "^1.1.6",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.8.1",
    "eslint": "^9.12.0",
    "globals": "^15.11.0",
    "prettier": "^3.3.3",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.8.1",
    "vitest": "^2.1.8"
  },
  "packageManager": "pnpm@9.5.0",
  "dependencies": {
    "fs-extra": "^11.2.0"
  },
  "peerDependencies": {
    "@rspack/core": "^1.0.0"
  }
}
