@alexlit/lint-kit
Version:
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
42 lines (41 loc) • 987 B
JSON
{
"name": "@alexlit/config-hooks",
"version": "5.2.6",
"private": false,
"description": "Hooks config",
"keywords": [
"hooks",
"config"
],
"homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-hooks#readme",
"bugs": {
"url": "https://github.com/alex-lit/lint-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-lit/lint-kit.git",
"directory": "packages/config-hooks"
},
"license": "MIT",
"author": "Alexey Litovchenko",
"maintainers": [
"Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)"
],
"type": "module",
"main": "index.js",
"files": [
"README.md",
"index.js",
"lint-staged.js"
],
"scripts": {
"ou": "../../scripts/ou.sh",
"release": "../../scripts/release.sh",
"semver": "../../scripts/semver.sh",
"up": "../../scripts/up.sh"
},
"dependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.2.7"
}
}