23 lines
530 B
JSON
23 lines
530 B
JSON
|
{
|
||
|
"name": "neonxp-extension-packs",
|
||
|
"description": "pinage404's VSCode Extension Packs",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"prepare": "[ \"$NODE_ENV\" = production ] && exit 0; husky install"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://gitrepo.ru/neonxp/vscode-exts",
|
||
|
"devDependencies": {
|
||
|
"husky": "^8.0.0",
|
||
|
"lint-staged": "^13.2.3",
|
||
|
"prettier": "^3.0.0"
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"*.{json,js,css,md}": "prettier --write"
|
||
|
}
|
||
|
}
|