-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.38 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
48
{
"name": "@soybeanjs/materials",
"version": "0.2.0",
"private": true,
"description": "SoybeanJS's component materials, include Vue, React,Solid and Svelte",
"author": {
"name": "Soybean",
"email": "[email protected]",
"url": "https://github.com/soybeanjs"
},
"license": "MIT",
"homepage": "https://github.com/soybeanjs/materials",
"repository": {
"url": "https://github.com/soybeanjs/materials.git"
},
"bugs": {
"url": "https://github.com/soybeanjs/materials/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"lint": "eslint . --fix",
"format": "soy prettier-format",
"commit": "soy git-commit",
"cleanup": "soy cleanup",
"update-pkg": "soy update-pkg",
"init-git": "soy init-git-hooks",
"tsx": "tsx",
"publish-pkg": "pnpm -r publish --access public",
"release": "soy release",
"prepare": "pnpm -r run stub"
},
"devDependencies": {
"@soybeanjs/cli": "0.5.0",
"eslint": "8.42.0",
"eslint-config-soybeanjs": "0.4.8",
"simple-git-hooks": "2.8.1",
"tsup": "6.7.0",
"tsx": "3.12.7",
"typescript": "5.1.3"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm soy lint-staged"
},
"github-token": "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"
}