-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.07 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
{
"name": "kiri-ai",
"version": "1.0.0",
"description": "Automated workflow tool for managing cloud IDE access tokens with OAuth integration",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "HEADLESS=false node index.js",
"test": "node docs/.tests/smoke-test.js"
},
"keywords": [
"oauth-automation",
"token-management",
"automation",
"sso",
"google-sso",
"playwright",
"token-extraction",
"9router",
"oauth",
"cognito"
],
"author": "",
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"better-sqlite3": "^12.11.1",
"chalk": "^4.1.2",
"dotenv": "^17.4.2",
"otpauth": "^9.3.6",
"playwright": "^1.60.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Riz-dev-bit/KIRI-AI.git"
},
"bugs": {
"url": "https://github.com/Riz-dev-bit/KIRI-AI/issues"
},
"homepage": "https://github.com/Riz-dev-bit/KIRI-AI#readme"
}