-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@mini-cz/monorepo",
"private": true,
"version": "0.8.4",
"packageManager": "pnpm@8.6.6",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
"description": "",
"keywords": [],
"homepage": "https://github.com/CreateWheel/mini-cz#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CreateWheel/mini-cz.git"
},
"bugs": {
"url": "https://github.com/CreateWheel/mini-cz/issues"
},
"license": "MIT",
"scripts": {
"build": "pnpm -r run build",
"commit": "tsx ./packages/mini-cz/src/cli.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "nr build",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && nr build && pnpm publish -r --filter ./packages/*",
"test": "vitest",
"typecheck": "tsc --noEmit",
"watch": "pnpm -r --parallel run watch"
},
"devDependencies": {
"@antfu/ni": "^0.21.3",
"@so1ve/eslint-config": "^0.106.0",
"@types/node": "^18.16.6",
"bumpp": "^9.1.0",
"eslint": "^8.40.0",
"pkgroll": "^1.10.0",
"rimraf": "^5.0.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"vite": "^4.3.5",
"vitest": "^0.32.0"
},
"pnpm": {
"patchedDependencies": {
"yoga-layout-prebuilt@1.10.0": "patches/yoga-layout-prebuilt@1.10.0.patch"
}
}
}