-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 845 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
{
"name": "autom8",
"version": "1.0.0",
"description": "A template repo for web and backend automation.",
"main": "index.js",
"dependencies": {
"chance": "^1.1.7",
"mongodb": "^3.6.9"
},
"devDependencies": {
"cypress": "^7.5.0",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-chai-friendly": "^0.7.1",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4"
},
"scripts": {
"test": "npx cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrayedFox/autom8.git"
},
"keywords": [
"automation",
"testing",
"qa"
],
"author": "Che Fisher",
"license": "MIT",
"bugs": {
"url": "https://github.com/GrayedFox/autom8/issues"
},
"homepage": "https://github.com/GrayedFox/autom8#readme"
}