vscode-docs/package.json

31 строка
552 B
JSON
Исходник Обычный вид История

2019-03-11 23:57:10 +03:00
{
"name": "vscode-docs",
"version": "0.10.3",
"author": {
"name": "Microsoft Corporation"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-docs.git"
},
2019-03-26 01:45:18 +03:00
"scripts": {
"check-lfs": "node ./build/check-lfs.js"
},
2019-03-11 23:57:10 +03:00
"devDependencies": {
"gulp": "^3.9.1",
2019-03-26 01:45:18 +03:00
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
2019-03-11 23:57:10 +03:00
"shelljs": "^0.7.8"
2019-03-26 01:45:18 +03:00
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{gif,mp4,jpg,png}": [
2019-03-26 01:57:05 +03:00
"yarn check-lfs"
2019-03-26 01:45:18 +03:00
]
2019-03-11 23:57:10 +03:00
}
}