-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1022 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1022 Bytes
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
{
"name": "cli",
"version": "1.2.0-beta.1",
"private": true,
"description": "Vuetify CLI",
"type": "module",
"scripts": {
"release": "bumpp -r",
"build": "pnpm --filter=\"./packages/*\" --filter=\"!./packages/shared\" run build",
"lint": "eslint --concurrency auto",
"lint:fix": "eslint --fix --concurrency auto",
"ruler": "ruler apply",
"ruler:revert": "ruler revert"
},
"keywords": [],
"author": "Andrey Yolkin <andreyyolkin@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/cli.git"
},
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"@e18e/eslint-plugin": "catalog:",
"@intellectronica/ruler": "catalog:",
"@types/node": "catalog:",
"@types/validate-npm-package-name": "catalog:",
"bumpp": "catalog:",
"conventional-changelog-vuetify": "^2.0.2",
"eslint": "catalog:",
"eslint-config-vuetify": "catalog:",
"sherif": "catalog:",
"typescript": "catalog:"
}
}