-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 949 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
{
"name": "epay-sparta",
"version": "1.1.6",
"description": "",
"main": "index.js",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install",
"commit": "git cz",
"lint": "eslint packages/epay-sparta-*/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeLittlePrince/epay-sparta.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeLittlePrince/epay-sparta/issues"
},
"homepage": "https://github.com/CodeLittlePrince/epay-sparta#readme",
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.3.0",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lerna-changelog": "^2.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}