-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
{
"version": "1.0.10",
"name": "@scalekit-sdk/node",
"description": "Official Scalekit Node SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/scalekit-inc/scalekit-sdk-node.git"
},
"scripts": {
"generate": "npx buf generate $npm_config_src",
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sso",
"saml",
"oidc",
"sso-authentication",
"scalekit"
],
"author": "Team Scalekit",
"license": "ISC",
"dependencies": {
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0",
"axios": "^1.7.3",
"jose": "^5.6.3",
"qs": "^6.13.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.36.0",
"@bufbuild/protobuf": "^1.10.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@types/node": "^20.14.10",
"@types/qs": "^6.9.15",
"typescript": "^5.5.3"
},
"bugs": {
"url": "https://github.com/scalekit-inc/scalekit-sdk-node/issues"
},
"homepage": "https://github.com/scalekit-inc/scalekit-sdk-node#readme",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=16.0.0"
}
}