diff options
author | Alexander <a.kiryukhin@vk.team> | 2024-10-10 17:35:30 +0300 |
---|---|---|
committer | Alexander <a.kiryukhin@vk.team> | 2024-10-10 17:35:30 +0300 |
commit | 79277335465f3a59460844bf322b5b1b07827a78 (patch) | |
tree | 2326523bd51ce7678c945b6eece8375beb903b53 /package.json |
initial
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..3191259 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "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" + } +} |