UNPKG

955 BJSONView Raw
1{
2 "name": "lcool",
3 "version": "0.0.12",
4 "description": "A leetcode CLI for building self lc repo",
5 "type": "commonjs",
6 "bin": {
7 "lcool": "./src/index.js",
8 "lc": "./src/index.js"
9 },
10 "engines": {
11 "node": "^12.0.0 || >= 14.0.0"
12 },
13 "scripts": {
14 "build": "nx build lcool",
15 "test": "nx test lcool",
16 "dev": "ts-node -r tsconfig-paths/register src/index.ts"
17 },
18 "author": "LiHowe",
19 "license": "MIT",
20 "dependencies": {
21 "@lcool/api": "^0.0.12",
22 "@lcool/generator": "^0.0.12",
23 "@lcool/utils": "^0.0.12",
24 "boxen": "5.1.2",
25 "cli-progress": "^3.11.2",
26 "commander": "^9.4.0",
27 "figlet": "^1.5.2",
28 "ora": "5.4.1",
29 "prompts": "^2.4.2"
30 },
31 "devDependencies": {
32 "@types/cli-progress": "^3.11.0",
33 "@types/figlet": "^1.5.4",
34 "@types/prompts": "^2.0.14"
35 },
36 "gitHead": "60b64ce8ec03dc8fa732afe8448c66e6f8286b6d",
37 "main": "./src/index.js",
38 "typings": "./src/index.d.ts"
39}