@fisker/commitlint-config
Version:
fisker's Shareable commitlint Configuration
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "@fisker/commitlint-config",
"version": "2.0.5",
"description": "fisker's Shareable commitlint Configuration",
"homepage": "https://github.com/fisker/shared-configs#readme",
"bugs": {
"url": "https://github.com/fisker/shared-configs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fisker/shared-configs.git"
},
"license": "MIT",
"author": {
"name": "fisker Cheung",
"email": "lionkay@gmail.com",
"url": "https://www.fiskercheung.com/"
},
"main": "index.js",
"files": [
"lib"
],
"scripts": {
"clean": "del-cli lib",
"dev": "rollup --config --watch",
"test": "run-p \"test:*\"",
"test:js": "echo \"no test yet\""
},
"ava": {
"verbose": true
},
"dependencies": {
"@commitlint/config-conventional": "17.0.3"
},
"peerDependencies": {
"@commitlint/cli": "*"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "732ca8d9243321db355aa444dcbaad83b0830ec0"
}