-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 929 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 929 Bytes
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
{
"name": "mysqltuner-perl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"commit": "cz",
"lint:commit": "commitlint --from=HEAD~1",
"test": "prove tests/*.t",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmrenouard/MySQLTuner-perl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/jmrenouard/MySQLTuner-perl/issues"
},
"homepage": "https://github.com/jmrenouard/MySQLTuner-perl#readme",
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7"
},
"overrides": {
"lodash": "4.17.23"
}
}