forked from alirezanet/Husky.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 777 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "husky.net",
"version": "1.0.0",
"description": "Git hooks made easy with Husky.Net internal task runner!🐶 woof! (inspired by husky and lint-staged libraries)",
"main": "index.js",
"repository": "https://github.com/alirezanet/Husky.Net.git",
"author": "AliReZa Sabouri <alirezanet@outlook.com>",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-beta.32",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.32",
"@vuepress/plugin-register-components": "^2.0.0-beta.32",
"@vuepress/plugin-search": "^2.0.0-beta.32",
"highlight.js": ">=10.4.1",
"vuepress-vite": "^2.0.0-beta.32"
}
}