-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 854 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 854 Bytes
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
{
"name": "dev2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tturupapa-stack/dev2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/tturupapa-stack/dev2/issues"
},
"homepage": "https://github.com/tturupapa-stack/dev2#readme",
"dependencies": {
"@supabase/supabase-js": "^2.89.0",
"@ulixee/hero-playground": "^2.0.0-alpha.34",
"axios": "^1.13.2",
"cheerio": "^1.1.2",
"csv-parse": "^6.1.0",
"dotenv": "^17.2.3",
"iconv-lite": "^0.7.1",
"pg": "^8.16.3",
"playwright": "^1.57.0"
}
}