-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.75 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.75 KB
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
{
"homepage": "https://github.com/battis/qui-cli#readme",
"repository": {
"type": "git",
"url": "https://github.com/battis/qui-cli.git"
},
"license": "GPL-3.0",
"author": {
"name": "Seth Battis",
"url": "https://github.com/battis"
},
"type": "module",
"scripts": {
"build": "run-s build:*",
"build:paths": "monorepo-package-paths -w --author --homepage --repository",
"build:compile": "lerna run build",
"release": "run-s release:*",
"release:git": "git push --follow-tags",
"release:login": "pnpm login",
"release:publish": "pnpm publish -r --access public --filter './packages/**'"
},
"devDependencies": {
"@battis/eslint-config": "^2.1.0",
"@battis/prettier-config": "^1.7.3",
"@commitlint/config-conventional": "^20.5.0",
"@commitlint/config-pnpm-scopes": "^20.4.3",
"@examples/dev-command": "workspace:*",
"@examples/dev-env-1password": "workspace:*",
"@examples/dev-options": "workspace:*",
"@examples/dev-plugin-lifecycle": "workspace:*",
"@examples/dev-plugin.consumer-cli": "workspace:*",
"@examples/dev-plugin.consumer-modular": "workspace:*",
"@examples/dev-positionals": "workspace:*",
"@examples/dev-readme": "workspace:*",
"@examples/dev-sequenced-commands": "workspace:*",
"@examples/dev-structured": "workspace:*",
"@examples/usage-cli": "workspace:*",
"@examples/usage-modular": "workspace:*",
"@tsconfig/node-lts": "^24.0.0",
"@types/node": "^24.12.2",
"lerna": "^9.0.7",
"monorepo-package-paths": "^0.4.4",
"npm-run-all": "^4.1.5"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
"target": "node"
}