-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 807 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 807 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
{
"name": "e-commerce",
"dependencies": {
"cypress": "^3.1.4",
"cypress-testing-library": "^2.3.4",
"lerna": "^3.8.0",
"start-server-and-test": "^1.7.11"
},
"devDependencies": {},
"scripts": {
"start": "lerna run start --stream",
"test": "npm run test:api",
"test:api": "lerna run test --scope api --stream",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "start-server-and-test start http://localhost:4000 cypress:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hammer-code/e-commerce.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hammer-code/e-commerce/issues"
},
"homepage": "https://github.com/hammer-code/e-commerce#readme"
}