-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.2 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
{
"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:examples-toc": "toc -r -O -d 2 ./examples",
"build:packages-toc": "toc -O -o ./README.md -t ./docs/toc.md ./packages",
"build:compile": "lerna run build",
"release": "run-s release:*",
"release:changelog": "lerna run --concurrency 1 release",
"release:git": "git push --follow-tags",
"release:login": "pnpm login",
"release:publish": "pnpm publish -r --access public"
},
"devDependencies": {
"@battis/commit": "^0.0.7",
"@battis/eslint": "^3.0.5",
"@battis/monorepo": "^0.0.5",
"@battis/prettier": "^2.0.10",
"@battis/toc": "1.0.0-1",
"npm-run-all": "^4.1.5"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
"target": "node"
}