-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 935 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
{
"name": "credify-cypress-sql",
"version": "1.0.0",
"description": "This is setting postgresql for cypress automation of Credify",
"main": "index.js",
"scripts": {
"test": "npm install"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Sinnv2710/cypress-postgresql.git"
},
"author": "sin.nguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sinnv2710/cypress-postgresql/issues"
},
"homepage": "https://github.com/Sinnv2710/cypress-postgresql#readme",
"devDependencies": {
"cypress": "4.12.1",
"cypress-wait-until": "1.7.1",
"cz-conventional-changelog": "3.2.0",
"start-server-and-test": "1.11.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"publishConfig": {
"access": "public"
}
},
"dependencies": {
"pg-promise": "10.5.8"
},
"keywords": [
"credify"
]
}