@buurman-tasks/husky
Version:
Buurman task for husky - Git hooks made easy
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "@buurman-tasks/husky",
"version": "0.1.0",
"description": "Buurman task for husky - Git hooks made easy",
"keywords": [
"husky",
"buurman-task"
],
"repository": {
"directory": "packages/tasks/husky"
},
"author": {
"name": "Rik Hoffbauer",
"email": "Rikhoffbauer@gmail.com"
},
"homepage": "",
"license": "SEE LICENSE IN LICENSE.md",
"main": "lib/index.js",
"main:ts": "src/index.ts",
"types": "lib/src/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"test": "jest -c ../../../jest.config.json --testMatch './**/*.spec.ts' --rootDir '.'",
"clean": "rimraf lib",
"prebuild": "npm run clean",
"build": "rollup -c ../../../rollup.config.js",
"start": "rollup -w -c ../../../rollup.config.js"
},
"dependencies": {
"@buurman-feature-detectors/husky": "^0.1.0",
"@buurman/sdk": "^0.1.0",
"@types/fs-extra": "^8.1.0",
"@types/node": "^13.7.1",
"fs-extra": "^8.1.0"
},
"gitHead": "ef53d5590176d46091ca4b3a67c2effa9e37c6bd"
}