-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@shad02w/cmz",
"version": "1.0.13",
"keywords": [
"git",
"commit",
"cli",
"cmz"
],
"main": "./lib/index.js",
"bin": {
"cmz": "./lib/bin.js"
},
"repository": "https://github.com/Shad02w/cmz.git",
"author": "Alvis Tse <[email protected]>",
"license": "MIT",
"scripts": {
"start": "ts-node-dev -r tsconfig-paths/register --respawn src/bin.tsx",
"build": "ts-node scripts/build.ts",
"commit": "cmz"
},
"files": [
"lib"
],
"engines": {
"node": ">=12"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@shad02w/cmz": "^1.0.12",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-tsconfig-paths-module-resolver": "^1.0.3",
"eslint": "^8.2.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"ts-node": "10.4.0",
"ts-node-dev": "1.1.8",
"tsconfig-paths": "^3.11.0",
"ttypescript": "^1.5.12",
"typescript": "4.5.2"
},
"dependencies": {
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"figures": "3.2.0",
"ink": "^3.2.0",
"ink-select-input": "^4.2.1",
"ink-spinner": "^4.0.3",
"jotai": "^1.4.3",
"react": "^17.0.2"
},
"peerDependencies": {
"ts-node": "*",
"typescript": ">=4.0.0"
},
"oclif": {
"bin": "cmz"
}
}