-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 952 Bytes
/
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
{
"name": "@kkna/workspace",
"type": "module",
"version": "0.0.4",
"private": true,
"packageManager": "[email protected]",
"repository": "github:importantimport/kkna",
"scripts": {
"automd": "automd && corepack pnpm -r exec automd",
"build": "corepack pnpm -r build",
"bump": "bumpp --all",
"docs:build": "corepack pnpm -rF @kkna/docs build",
"docs:dev": "corepack pnpm -rF @kkna/docs dev",
"docs:preview": "corepack pnpm -rF @kkna/docs preview",
"lint": "eslint --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config --fix ."
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@importantimport/eslint-config": "1.0.0-alpha.2",
"@importantimport/tsconfig": "^0.1.1",
"automd": "^0.3.8",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vitepress": "^1.3.4",
"vitest": "^2.1.1"
}
}