-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"name": "cli-authentication",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./build && tsc",
"lint": "eslint src/*.ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/descope-sample-apps/cli-authentication.git"
},
"author": "Descope",
"license": "ISC",
"bugs": {
"url": "https://github.com/descope-sample-apps/cli-authentication/issues"
},
"homepage": "https://github.com/descope-sample-apps/cli-authentication#readme",
"dependencies": {
"@descope/node-sdk": "1.5.7",
"@types/node": "20.8.6",
"chalk": "4.1.2",
"commander": "11.1.0",
"node": "20.7.0",
"node-fetch": "3.3.2",
"prettier": "3.0.3",
"rimraf": "5.0.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.41.0",
"@typescript-eslint/parser": "8.41.0",
"eslint": "9.34.0",
"eslint-plugin-prettier": "5.5.5",
"typescript": "5.9.3"
}
}