generated from kurone-kito/vpm-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 3.17 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@kurone-kito/launchpad-icons-root",
"version": "0.8.1",
"private": true,
"description": "the icons VPM asset like the VRChat LaunchPad for the VRChat and Web",
"keywords": [
"Icons",
"LaunchPad",
"VRChat"
],
"homepage": "https://github.com/kurone-kito/launchpad-icons#readme",
"bugs": "https://github.com/kurone-kito/launchpad-icons/issues",
"repository": "github:kurone-kito/launchpad-icons",
"license": "CC-BY-NC-4.0",
"author": "kurone-kito <krone@kit.black> (https://kit.black/)",
"type": "module",
"files": [],
"workspaces": {
"packages": [
"./nodePackages/*"
]
},
"scripts": {
"build": "pnpm run -r build",
"build:min": "pnpm --filter \"@kurone-kito/launchpad-icons-web^...\" run build",
"clean": "pnpm run --no-bail \"/^clean:.+/\"",
"clean:root": "rimraf -g .eslintcache \"*.tgz\" \"*.tsbuildinfo\" node_modules/.cache",
"clean:sub": "pnpm run -r clean",
"lint": "pnpm run \"/lint:.+:check/\"",
"lint:cspell:check": "cspell lint --no-progress --show-suggestions -u \"./**/*\"",
"lint:eslint:check": "eslint --cache --cache-location node_modules/.cache/eslint/ --cache-strategy=content -f codeframe \"./**/*\"",
"lint:eslint:fix": "pnpm run lint:eslint:check --fix",
"lint:fix": "pnpm run lint:cspell:check && pnpm run \"/lint:.+:fix/\"",
"lint:markdown:check": "markdownlint-cli2 \"**/*.md\"",
"lint:markdown:fix": "markdownlint-cli2 --fix \"**/*.md\"",
"lint:oxlint:check": "oxlint",
"lint:oxlint:fix": "oxlint --fix",
"lint:prettier:check": "pnpm run prettier -cu",
"lint:prettier:fix": "pnpm run prettier -uw",
"prepare": "husky",
"prettier": "prettier --cache --log-level=warn \"./**/*\"",
"publish": "pnpm --filter '*builder' run build && pnpm -r publish",
"publish:next": "pnpm run publish --no-git-check --tag next",
"prestart": "pnpm --filter='!*web' run build",
"start": "pnpm run --parallel -r start",
"test": "pnpm run -r test"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@cspell/cspell-types": "^8.17.1",
"@kurone-kito/commitlint-config": "^0.17.2",
"@kurone-kito/cspell-config": "^0.17.2",
"@kurone-kito/eslint-config-base": "^0.17.2",
"@kurone-kito/lint-staged-config": "^0.17.2",
"@kurone-kito/prettier-config": "^0.17.2",
"@kurone-kito/typescript-config": "^0.17.2",
"@typescript-eslint/parser": "^8.18.2",
"cspell": "^8.17.1",
"eslint": "^9.17.0",
"eslint-formatter-codeframe": "^7.32.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"markdownlint-cli2": "^0.16.0",
"oxlint": "^0.15.3",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.0.0",
"rimraf": "^5.0.10",
"typescript": "~5.7.2",
"typescript-eslint-language-service": "^5.0.5"
},
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"engines": {
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
}
}