-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 920 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 920 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
{
"name": "weaver-platform",
"version": "1.0.0",
"description": "TBD",
"main": "index.js",
"scripts": {
"test": "npm run e2e-all",
"e2e-all": "npm run e2e-chrome && npm run e2e-firefox && npm run e2e-edge",
"e2e-chrome": "npx cypress run --browser chrome",
"e2e-edge": "npx cypress run --browser edge",
"e2e-firefox": "npx cypress run --browser firefox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/active-studios/weaver-platform.git"
},
"author": "Designed lovingly by ActiveStudios.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/active-studios/weaver-platform/issues"
},
"homepage": "https://github.com/active-studios/weaver-platform#readme",
"devDependencies": {
"@types/chai": "^5.0.1",
"cypress": "^14.0.2",
"prettier": "^3.4.2",
"prettier-plugin-go-template": "^0.0.15",
"typescript": "^5.7.3"
}
}