aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
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"
+ }
+}