mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"private": true,
|
|
"name": "alt-tab-macos",
|
|
"version": "1.0.0",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^8.1.0",
|
|
"@commitlint/config-conventional": "^8.1.0",
|
|
"@commitlint/travis-cli": "^8.1.0",
|
|
"@semantic-release/changelog": "^3.0.4",
|
|
"@semantic-release/git": "^7.0.16",
|
|
"fontkit": "^1.8.0",
|
|
"husky": "^3.0.4",
|
|
"marked": "^0.8.0",
|
|
"semantic-release": "^15.13.24"
|
|
}
|
|
}
|