-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 977 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
{
"name": "rwa-qa-cypress",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "npm run build:live",
"build:live": "nodemon --watch '*.ts'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.1",
"cypress": "^11.0.1",
"eslint": "^8.27.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SergT135/rwa-qa-cypress.git"
},
"bugs": {
"url": "https://github.com/SergT135/rwa-qa-cypress/issues"
},
"homepage": "https://github.com/SergT135/rwa-qa-cypress#readme",
"description": ""
}