forked from nuxt/eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 910 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
{
"private": true,
"type": "module",
"packageManager": "pnpm@8.15.5",
"version": "0.3.0-beta.6",
"scripts": {
"build": "pnpm run -r build",
"stub": "pnpm run -r stub",
"release": "bumpp \"package.json\" \"packages/**/package.json\" && pnpm publish -r --tag next",
"test": "vitest run",
"play": "pnpm -C playground run play:dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:play": "pnpm -C playground run lint",
"docs": "pnpm -C docs run dev",
"prepare": "pnpm -C docs install",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/test-utils": "^3.12.0",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"vue": "^3.4.21"
}
}