31 строка
552 B
JSON
31 строка
552 B
JSON
{
|
|
"name": "vscode-docs",
|
|
"version": "0.10.3",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-docs.git"
|
|
},
|
|
"scripts": {
|
|
"check-lfs": "node ./build/check-lfs.js"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"husky": "^1.3.1",
|
|
"lint-staged": "^8.1.5",
|
|
"shelljs": "^0.7.8"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{gif,mp4,jpg,png}": [
|
|
"yarn check-lfs"
|
|
]
|
|
}
|
|
}
|