-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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": "@ohbug/extensions",
"private": true,
"description": "The one-stop shop for official Ohbug extensions",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/ohbug-org/extensions",
"bugs": {
"url": "https://github.com/ohbug-org/extensions/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ohbug-org/extensions"
},
"author": "chenyueban <[email protected]>",
"scripts": {
"version": "changeset && changeset version",
"publish": "pnpm run build && changeset publish",
"dev": "pnpm -r --parallel run dev",
"build": "pnpm -r --filter !playground run build",
"test": "vitest",
"lint": "eslint . --fix",
"preinstall": "npx only-allow pnpm",
"up": "taze major -Ir",
"prepare": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@chenyueban/eslint-config": "^3.0.9",
"@chenyueban/tsconfig": "^3.0.9",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.49.0",
"eslint-plugin-solid": "^0.13.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"rimraf": "^5.0.1",
"taze": "^0.11.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
}
}