|
1 | 1 | {
|
2 |
| - "name": "@rubriclab/config", |
3 |
| - "version": "0.0.9", |
4 |
| - "exports": { |
5 |
| - "./biome": "./biome.json", |
6 |
| - "./tsconfig": "./tsconfig.json", |
7 |
| - "./postcss": "./postcss.cjs", |
8 |
| - "./tailwind": "./tailwind.ts" |
9 |
| - }, |
10 |
| - "peerDependencies": { |
11 |
| - "@biomejs/biome": "latest" |
12 |
| - }, |
13 |
| - "dependencies": { |
14 |
| - "@rubriclab/package": "*" |
15 |
| - }, |
16 |
| - "simple-git-hooks": { |
17 |
| - "post-commit": "bun run rubriclab-postcommit" |
18 |
| - }, |
19 |
| - "scripts": { |
20 |
| - "prepare": "bunx simple-git-hooks", |
21 |
| - "bleed": "bun x npm-check-updates -u && bun i", |
22 |
| - "format": "bun x biome format --write .", |
23 |
| - "lint": "bun x biome check .", |
24 |
| - "lint:fix": "bun x biome lint .", |
25 |
| - "clean": "rm -rf .next && rm -rf node_modules" |
26 |
| - } |
| 2 | + "name": "@rubriclab/config", |
| 3 | + "version": "0.0.10", |
| 4 | + "exports": { |
| 5 | + "./biome": "./biome.json", |
| 6 | + "./tsconfig": "./tsconfig.json", |
| 7 | + "./postcss": "./postcss.cjs", |
| 8 | + "./tailwind": "./tailwind.ts" |
| 9 | + }, |
| 10 | + "peerDependencies": { |
| 11 | + "@biomejs/biome": "latest" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@rubriclab/package": "*" |
| 15 | + }, |
| 16 | + "simple-git-hooks": { |
| 17 | + "post-commit": "bun run rubriclab-postcommit" |
| 18 | + }, |
| 19 | + "scripts": { |
| 20 | + "prepare": "bunx simple-git-hooks", |
| 21 | + "bleed": "bun x npm-check-updates -u && bun i", |
| 22 | + "format": "bun x biome format --write .", |
| 23 | + "lint": "bun x biome check .", |
| 24 | + "lint:fix": "bun x biome lint .", |
| 25 | + "clean": "rm -rf .next && rm -rf node_modules" |
| 26 | + } |
27 | 27 | }
|
0 commit comments