-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1022 Bytes
/
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
{
"name": "stagehand-framework",
"version": "1.1",
"description": "Review Apps for Modern Frontends",
"homepage": "https://github.com/stagehand-framework/stagehand#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stagehand-framework/stagehand.git"
},
"author": "Stagehand Framework",
"contributors": [
{
"name": "Daniel Lew",
"email": "[email protected]"
},
{
"name": "Cody Stair",
"email": "[email protected]"
},
{
"name": "Emil Reji",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stagehand-framework/stagehand/issues"
},
"bin": {
"stagehand": "bin/cli.js"
},
"preferGlobal": true,
"dependencies": {
"axios": "^0.21.0",
"commander": "^6.2.0",
"open": "^7.3.0",
"prompts": "^2.4.0",
"tweetsodium": "^0.0.5"
}
}