|
| 1 | +{ |
| 2 | + "name": "unplugin-quansync", |
| 3 | + "version": "0.0.0", |
| 4 | + "packageManager": "[email protected]", |
| 5 | + "description": "undefined", |
| 6 | + "type": "module", |
| 7 | + "keywords": [ |
| 8 | + "unplugin", |
| 9 | + "vite", |
| 10 | + "webpack", |
| 11 | + "rspack", |
| 12 | + "rollup", |
| 13 | + "rolldown", |
| 14 | + "esbuild", |
| 15 | + "farm" |
| 16 | + ], |
| 17 | + "license": "MIT", |
| 18 | + "homepage": "https://github.com/unplugin/unplugin-quansync#readme", |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/unplugin/unplugin-quansync/issues" |
| 21 | + }, |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git+https://github.com/unplugin/unplugin-quansync.git" |
| 25 | + }, |
| 26 | + "author": "三咲智子 Kevin Deng <[email protected]>", |
| 27 | + "funding": "https://github.com/sponsors/sxzz", |
| 28 | + "files": [ |
| 29 | + "dist" |
| 30 | + ], |
| 31 | + "main": "./dist/index.js", |
| 32 | + "module": "./dist/index.js", |
| 33 | + "types": "./dist/index.d.ts", |
| 34 | + "exports": { |
| 35 | + ".": "./dist/index.js", |
| 36 | + "./vite": "./dist/vite.js", |
| 37 | + "./webpack": "./dist/webpack.js", |
| 38 | + "./rspack": "./dist/rspack.js", |
| 39 | + "./rollup": "./dist/rollup.js", |
| 40 | + "./rolldown": "./dist/rolldown.js", |
| 41 | + "./esbuild": "./dist/esbuild.js", |
| 42 | + "./farm": "./dist/farm.js", |
| 43 | + "./api": "./dist/api.js", |
| 44 | + "./*": "./*" |
| 45 | + }, |
| 46 | + "typesVersions": { |
| 47 | + "*": { |
| 48 | + "*": [ |
| 49 | + "./dist/*", |
| 50 | + "./*" |
| 51 | + ] |
| 52 | + } |
| 53 | + }, |
| 54 | + "publishConfig": { |
| 55 | + "access": "public" |
| 56 | + }, |
| 57 | + "scripts": { |
| 58 | + "lint": "eslint --cache .", |
| 59 | + "lint:fix": "pnpm run lint --fix", |
| 60 | + "build": "tsdown", |
| 61 | + "dev": "tsdown --watch", |
| 62 | + "test": "vitest", |
| 63 | + "typecheck": "tsc --noEmit", |
| 64 | + "release": "bumpp && pnpm publish", |
| 65 | + "prepublishOnly": "pnpm run build" |
| 66 | + }, |
| 67 | + "dependencies": { |
| 68 | + "ast-kit": "^1.4.0", |
| 69 | + "magic-string-ast": "^0.7.0", |
| 70 | + "quansync": "^0.0.5", |
| 71 | + "unplugin": "^2.2.0", |
| 72 | + "unplugin-utils": "^0.2.4" |
| 73 | + }, |
| 74 | + "devDependencies": { |
| 75 | + "@babel/types": "^7.26.9", |
| 76 | + "@sxzz/eslint-config": "^5.1.1", |
| 77 | + "@sxzz/prettier-config": "^2.2.0", |
| 78 | + "@sxzz/test-utils": "^0.5.1", |
| 79 | + "@types/node": "^22.13.5", |
| 80 | + "bumpp": "^10.0.3", |
| 81 | + "eslint": "^9.21.0", |
| 82 | + "oxc-transform": "^0.52.0", |
| 83 | + "prettier": "^3.5.2", |
| 84 | + "tsdown": "^0.6.0", |
| 85 | + "tsx": "^4.19.3", |
| 86 | + "typescript": "^5.7.3", |
| 87 | + "vite": "^6.1.1", |
| 88 | + "vitest": "^3.0.6" |
| 89 | + }, |
| 90 | + "engines": { |
| 91 | + "node": ">=18.12.0" |
| 92 | + }, |
| 93 | + "prettier": "@sxzz/prettier-config" |
| 94 | +} |
0 commit comments