forked from auth0/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 804 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
{
"name": "docs",
"version": "1.0.0",
"description": "This is the repository for the Auth0 documentation.",
"author": "Auth0 Inc.",
"scripts": {
"heroku-prebuild": "bash prebuild.sh",
"heroku-postbuild": "bash postbuild.sh",
"precommit": "lint-staged",
"clean-redirects": "npx jscodeshift -t codemods/clean-redirects-config.js config/redirects.js"
},
"lint-staged": {
"*.md": "markdownlint"
},
"engines": {
"node": "14.17",
"yarn": "^1.4.0"
},
"devDependencies": {
"commander": "^2.8.1",
"husky": "^0.13.3",
"imagemin": "^4.0.0",
"imagemin-optipng": "^4.3.0",
"jscodeshift": "^0.13.0",
"lint-staged": "^3.4.2",
"markdownlint": "^0.13.0",
"markdownlint-cli": "^0.15.0",
"prettier": "^2.4.1"
},
"dependencies": {}
}