-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.55 KB
/
package.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "saml-to",
"version": "3.0.1",
"description": "The CLI for saml.to",
"repository": "[email protected]:saml-to/cli.git",
"author": "Scaffoldly",
"bugs": {
"url": "https://github.com/saml-to/cli/issues"
},
"homepage": "https://github.com/saml-to/cli#readme",
"license": "Apache-2.0",
"private": false,
"scripts": {
"build": "./build.cjs",
"start": "node --trace-warnings -r ts-node/register -r tsconfig-paths/register cli/index.ts",
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix && yarn run prettier --write 'src/**/*.{js,ts,tsx}'",
"openapi": "openapi-generator -g axios -i .scaffoldly/$NODE_ENV -o api -r auth-sls-rest-api github-sls-rest-api"
},
"main": "dist/index.js",
"bin": {
"saml-to": "dist/index.js"
},
"files": [
"dist/index.js",
"dist/index.js.map"
],
"engines": {
"node": ">=16"
},
"engineStrict": true,
"keywords": [
"saml",
"saml.to",
"scaffoldly",
"typescript"
],
"dependencies": {},
"peerDependencies": {
"@aws-sdk/client-sts": "^3.43.0",
"@octokit/oauth-app": "^3.6.0",
"@octokit/request-error": "^2.1.0",
"@octokit/rest": "^18.12.0",
"axios": "^0.24.0",
"inquirer": "^8.2.0",
"js-yaml": "^4.1.0",
"loglevel": "^1.8.0",
"moment": "^2.29.1",
"open": "^8.4.0",
"qrcode-terminal": "^0.12.0",
"which": "^2.0.2",
"yargs": "^17.3.0"
},
"devDependencies": {
"@aws-sdk/client-sts": "^3.43.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@octokit/oauth-app": "^3.6.0",
"@octokit/request-error": "^2.1.0",
"@octokit/rest": "^18.12.0",
"@scaffoldly/openapi-generator": "^1.0.25",
"@types/inquirer": "^8.1.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "16",
"@types/qrcode-terminal": "^0.12.0",
"@types/which": "^2.0.1",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"axios": "^0.27.2",
"esbuild": "0.21.5",
"eslint": "8",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "14.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"husky": "8",
"inquirer": "^8.2.0",
"js-yaml": "^4.1.0",
"loglevel": "^1.8.0",
"moment": "^2.29.1",
"open": "^8.4.0",
"prettier": "^2.4.1",
"qrcode-terminal": "^0.12.0",
"source-map": "^0.7.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yargs": "^17.7.2"
}
}