-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
40
41
42
43
44
45
{
"name": "@cypress-tools/mysql",
"version": "1.5.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"cy:open": "cypress open",
"cy:open8": "cypress open --env MYSQL_PORT=3308",
"cy:run": "cypress run",
"cy:run8": "cypress run --env MYSQL_PORT=3308"
},
"dependencies": {
"@types/mysql": "2.15.26",
"mysql2": "3.11.5",
"ora": "5.4.1"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "20.17.10",
"cypress": "13.13.0",
"semantic-release": "24.0.0",
"typescript": "5.5.3",
"dayjs": "1.11.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeJeanbono/cypress-mysql.git"
},
"author": "Jean-Michel LECLERCQ",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeJeanbono/cypress-mysql/issues"
},
"homepage": "https://github.com/LeJeanbono/cypress-mysql#readme",
"publishConfig": {
"access": "public"
}
}