|
| 1 | +{ |
| 2 | + "name": "@arkenv/rsbuild-plugin", |
| 3 | + "version": "1.0.0-alpha.0", |
| 4 | + "author": "Yam Borodetsky <yam@yam.codes>", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git+https://github.com/yamcodes/arkenv.git" |
| 8 | + }, |
| 9 | + "main": "./dist/index.js", |
| 10 | + "module": "./dist/index.js", |
| 11 | + "dependencies": { |
| 12 | + "@arkenv/build": "workspace:*", |
| 13 | + "jiti": "catalog:" |
| 14 | + }, |
| 15 | + "devDependencies": { |
| 16 | + "@arkenv/core": "workspace:*", |
| 17 | + "@arkenv/standard": "workspace:*", |
| 18 | + "@repo/log": "workspace:*", |
| 19 | + "@repo/scope": "workspace:*", |
| 20 | + "@repo/types": "workspace:*", |
| 21 | + "@repo/utils": "workspace:*", |
| 22 | + "@rsbuild/core": "2.2.3", |
| 23 | + "@size-limit/preset-small-lib": "catalog:", |
| 24 | + "arktype": "catalog:", |
| 25 | + "rimraf": "catalog:", |
| 26 | + "size-limit": "catalog:", |
| 27 | + "tsdown": "catalog:", |
| 28 | + "typescript": "catalog:", |
| 29 | + "vitest": "catalog:" |
| 30 | + }, |
| 31 | + "peerDependencies": { |
| 32 | + "@arkenv/core": "^1.0.0", |
| 33 | + "@arkenv/standard": "^1.0.0", |
| 34 | + "@rsbuild/core": "^1.0.0 || ^2.0.0", |
| 35 | + "arktype": "^2.1.22" |
| 36 | + }, |
| 37 | + "peerDependenciesMeta": { |
| 38 | + "@arkenv/core": { |
| 39 | + "optional": true |
| 40 | + }, |
| 41 | + "@arkenv/standard": { |
| 42 | + "optional": true |
| 43 | + }, |
| 44 | + "arktype": { |
| 45 | + "optional": true |
| 46 | + } |
| 47 | + }, |
| 48 | + "exports": { |
| 49 | + ".": { |
| 50 | + "types": "./dist/index.d.ts", |
| 51 | + "import": "./dist/index.js", |
| 52 | + "default": "./dist/index.js" |
| 53 | + }, |
| 54 | + "./standard": { |
| 55 | + "types": "./dist/standard.d.ts", |
| 56 | + "import": "./dist/standard.js", |
| 57 | + "default": "./dist/standard.js" |
| 58 | + } |
| 59 | + }, |
| 60 | + "bugs": "https://github.com/yamcodes/arkenv/labels/%40arkenv%2Frsbuild-plugin", |
| 61 | + "description": "ArkEnv plugin for Rsbuild", |
| 62 | + "files": [ |
| 63 | + "dist" |
| 64 | + ], |
| 65 | + "homepage": "https://arkenv.js.org", |
| 66 | + "keywords": [ |
| 67 | + "arkenv", |
| 68 | + "arktype", |
| 69 | + "env", |
| 70 | + "environment-variables", |
| 71 | + "dotenv", |
| 72 | + "config", |
| 73 | + "validation", |
| 74 | + "typesafe", |
| 75 | + "standard-schema", |
| 76 | + "rsbuild", |
| 77 | + "plugin", |
| 78 | + "rsbuild-plugin" |
| 79 | + ], |
| 80 | + "license": "MIT", |
| 81 | + "scripts": { |
| 82 | + "build": "tsdown", |
| 83 | + "typecheck": "tsc --noEmit", |
| 84 | + "clean": "rimraf dist node_modules", |
| 85 | + "test": "vitest", |
| 86 | + "fix": "pnpm -w run fix", |
| 87 | + "changeset": "pnpm -w run changeset", |
| 88 | + "size": "size-limit --json > .size-limit.json" |
| 89 | + }, |
| 90 | + "type": "module", |
| 91 | + "types": "./dist/index.d.ts", |
| 92 | + "size-limit": [ |
| 93 | + { |
| 94 | + "path": "dist/index.js", |
| 95 | + "limit": "8 kB", |
| 96 | + "import": "*", |
| 97 | + "ignore": [ |
| 98 | + "@rsbuild/core", |
| 99 | + "arktype", |
| 100 | + "jiti", |
| 101 | + "@arkenv/build" |
| 102 | + ] |
| 103 | + } |
| 104 | + ] |
| 105 | +} |
0 commit comments