-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"private": true,
"homepage": "https://github.com/battis/oauth2-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/battis/oauth2-cli.git"
},
"license": "GPL-3.0",
"author": {
"name": "Seth Battis",
"url": "https://github.com/battis"
},
"type": "module",
"scripts": {
"build": "run-s build:*",
"build:setup": "run-s setup",
"build:paths": "monorepo-package-paths -w --author --homepage --repository",
"build:scripts": "tsc -p tsconfig.build.json",
"build:compile": "lerna run build",
"build:toc": "run-s build:toc:*",
"build:toc:oauth2-cli": "./scripts/examples-toc ./examples/oauth2-cli",
"build:toc:qui-cli": "./scripts/examples-toc ./examples/qui-cli",
"release": "run-s release:*",
"release:build": "lerna run --concurrency 1 release",
"release:git": "git push --follow-tags",
"release:login": "pnpm login",
"release:publish": "pnpm publish -r --access public",
"postinstall": "run-s setup",
"setup": "run-s setup:*",
"setup:prettier": "setup-prettier -f",
"setup:eslint": "setup-eslint -f",
"setup:commit": "setup-commit -f"
},
"devDependencies": {
"@battis/commit": "^0.0.4",
"@battis/eslint": "^3.0.2",
"@battis/monorepo": "^0.0.3",
"@battis/prettier": "^2.0.4",
"@qui-cli/colors": "^3.2.4",
"@qui-cli/core": "^6.0.4",
"@qui-cli/plugin": "^4.1.2",
"@qui-cli/root": "^3.1.1",
"@tsconfig/node24": "^24.0.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.13.2",
"del-cli": "^6.0.0",
"npm-run-all": "^4.1.5",
"package-json-type": "^1.1.2",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
"peerDependencyMeta": {
"ejs": {
"optional": true
},
"open": {
"optional": true
}
},
"repo": {
"type": "git",
"url": "https://github.com/battis/oauth2-cli.git"
}
}