-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "@examples/qui-cli_api-plugin_plugin-consumer",
"private": true,
"description": "Use the qui-cli plugin to build a CLI app",
"homepage": "https://github.com/battis/oauth2-cli/tree/main/examples/qui-cli/06%20api-plugin/plugin-consumer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/battis/oauth2-cli.git",
"directory": "examples/qui-cli/06 api-plugin/plugin-consumer"
},
"author": {
"name": "Seth Battis",
"url": "https://github.com/battis"
},
"type": "module",
"directories": {
"bin": "./bin"
},
"scripts": {
"clean": "del ./dist",
"build": "run-s build:*",
"build:clean": "run-s clean",
"build:compile": "tsc"
},
"dependencies": {
"@1password/sdk": "^0.4.0",
"@examples/qui-cli_api-plugin_plugin-provider": "workspace:*",
"@qui-cli/core": "^7.0.0",
"@qui-cli/log": "^4.0.4",
"@qui-cli/root": "^3.1.1"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.12.2",
"del-cli": "^7.0.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.9.3"
}
}