UNPKG

507 BJSONView Raw
1{
2 "name": "@1stg/commitlint-config",
3 "version": "1.2.0",
4 "description": "Personal but Shareable Commitlint Configuration for all 1stG.me projects.",
5 "repository": "git@github.com:1stG/configs.git",
6 "author": "JounQin <admin@1stg.me>",
7 "license": "MIT",
8 "engines": {
9 "node": ">=12"
10 },
11 "dependencies": {
12 "@commitlint/config-conventional": "^12.1.4",
13 "@commitlint/config-lerna-scopes": "^12.1.4",
14 "@pkgr/utils": "^1.0.1"
15 },
16 "publishConfig": {
17 "access": "public"
18 }
19}