-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 873 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
40
{
"name": "mariadb-actions",
"version": "1.1.0",
"description": "MariaDB Github Action",
"homepage": "https://github.com/YakkaDev/mariadb-actions#readme",
"author": "Illia Korovin <[email protected]> (https://github.com/YakkaDev/)",
"license": "SEE LICENSE IN LICENSE.md",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "jest --forceExit",
"test:coverage": "jest --forceExit --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YakkaDev/mariadb-actions.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/YakkaDev/mariadb-actions/issues",
"email": "[email protected]"
},
"engines": {
"node": "19.7.0",
"npm": "9.5.0"
},
"dependencies": {
"mysql2": "3.11.0"
},
"devDependencies": {
"jest": "29.7.0"
},
"keywords": [
"MariaDB",
"MySQL",
"Server",
"Github",
"Actions"
]
}