From 5a9d0dcde2a6c5ac208ac2f639a8f1e84298fbec Mon Sep 17 00:00:00 2001 From: huanghs Date: Sun, 25 Jun 2023 18:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'package.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6aef648 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "action-demo", + "version": "0.0.0", + "main": "index.js", + "private": true, + "license": "MIT", + "scripts": { + "pre": "pnpm i || echo Error: please 'npm i -g pnpm' first", + "prepare": "husky install", + "commit": "npx cz-customizable", + "cz": "npx cz-customizable" + }, + "devDependencies": { + "@commitlint/cli": "^17.3.0", + "@commitlint/config-conventional": "^17.3.0" + } +}