UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@monstrs/mctl-commit",
3 "version": "0.2.51",
4 "license": "MIT",
5 "main": "dist/index.js",
6 "files": [
7 "dist",
8 "adapter"
9 ],
10 "scripts": {
11 "clean": "rm -r -f dist",
12 "prepublishOnly": "yarn run build",
13 "prebuild": "yarn clean",
14 "build": "yarn pnpify tsc -p tsconfig.json"
15 },
16 "devDependencies": {
17 "@monstrs/tsconfig": "^0.2.0",
18 "@types/ansi-escapes": "4.0.0",
19 "@types/figures": "3.0.1",
20 "@types/inquirer": "7.3.1",
21 "@types/node": "^14.11.2",
22 "@yarnpkg/pnpify": "^2.2.1",
23 "typescript": "^4.0.3"
24 },
25 "dependencies": {
26 "@lerna/project": "^3.21.0",
27 "@semantic-release/commit-analyzer": "^8.0.1",
28 "ansi-escapes": "^4.3.1",
29 "chalk": "^4.1.0",
30 "clipanion": "^2.6.1",
31 "commitizen": "4.2.1",
32 "cz-customizable": "^6.3.0",
33 "figures": "^3.2.0",
34 "inquirer": "^7.3.3",
35 "run-async": "^2.4.1",
36 "rxjs": "^6.6.3",
37 "shelljs": "0.8.4"
38 },
39 "publishConfig": {
40 "access": "public",
41 "main": "dist/index.js",
42 "typings": "dist/index.d.ts"
43 },
44 "typings": "dist/index.d.ts"
45}
\No newline at end of file