From 79277335465f3a59460844bf322b5b1b07827a78 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 10 Oct 2024 17:35:30 +0300 Subject: initial --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3