-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.26 KB
/
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
41
{
"name": "devops-automation",
"repository": "github:djimenezc/devops-automation",
"license": "UNLICENSED",
"version": "1.6.0",
"private": true,
"description": "Devops tools to automate everything in Savi",
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^17.0.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"eslint": "^8.56.0",
"cspell": "^6.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdownlint": "^0.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"imagemin-lint-staged": "^0.5.1",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.38.0",
"markdownlint": "^0.33.0",
"nodemon": "^3.0.3",
"prettier": "^2.7.1",
"semantic-release": "^23.0.0",
"zx": "7.2.3"
},
"scripts": {
"clean": "rm -rf node_modules",
"release": "semantic-release",
"test": "echo 'not implemented'",
"lint": "echo 'not implemented'",
"release:dry": "semantic-release --dry-run",
"prepare": "husky install",
"cspell": "cspell '**'",
"lint-staged": "lint-staged"
}
}