|
1 | 1 | { |
2 | | - "name": "create-jwcjs", |
3 | | - "version": "0.1.0-alpha.2", |
4 | | - "description": "A Command Line Tool to create jwc.js project", |
5 | | - "main": "index.js", |
6 | | - "type": "module", |
7 | | - "files": [ |
8 | | - "dist", |
9 | | - "index.js", |
10 | | - "package.json", |
11 | | - "LICESE", |
12 | | - "templates" |
13 | | - ], |
14 | | - "scripts": { |
15 | | - "dev": "unbuild --stub", |
16 | | - "build": "unbuild", |
17 | | - "typecheck": "tsc --noEmit", |
18 | | - "prepublishOnly": "npm run build", |
19 | | - "lint": "eslint .", |
20 | | - "lint-staged": "lint-staged", |
21 | | - "release": "vv" |
22 | | - }, |
23 | | - "husky": { |
24 | | - "hooks": { |
25 | | - "pre-commit": "lint-staged" |
26 | | - } |
27 | | - }, |
28 | | - "keywords": [ |
29 | | - "jwcjs" |
30 | | - ], |
31 | | - "author": "wibus-wee <wibus@qq.com>", |
32 | | - "bugs": { |
33 | | - "url": "https://github.com/jwcjs/create-jwcjs/issues" |
34 | | - }, |
35 | | - "homepage": "https://github.com/jwcjs/create-jwcjs#readme", |
36 | | - "repository": { |
37 | | - "type": "git", |
38 | | - "url": "git+https://github.com/jwcjs/create-jwcjs.git" |
39 | | - }, |
40 | | - "bin": { |
41 | | - "create-jwcjs": "index.js" |
42 | | - }, |
43 | | - "license": "MIT", |
44 | | - "devDependencies": { |
45 | | - "@innei/bump-version": "^1.5.4", |
46 | | - "@types/minimist": "^1.2.2", |
47 | | - "@types/node": "^18.11.17", |
48 | | - "@types/prompts": "^2.4.2", |
49 | | - "@typescript-eslint/eslint-plugin": "^5.47.0", |
50 | | - "@typescript-eslint/parser": "^5.47.0", |
51 | | - "cross-spawn": "^7.0.3", |
52 | | - "eslint": "^8.30.0", |
53 | | - "eslint-config-prettier": "^8.5.0", |
54 | | - "eslint-plugin-prettier": "^4.2.1", |
55 | | - "husky": "^8.0.2", |
56 | | - "kolorist": "^1.6.0", |
57 | | - "lint-staged": "^13.1.0", |
58 | | - "minimist": "^1.2.7", |
59 | | - "prettier": "^2.8.1", |
60 | | - "prompts": "^2.4.2", |
61 | | - "rimraf": "^3.0.2", |
62 | | - "ts-node": "^10.9.1", |
63 | | - "typescript": "^4.9.4", |
64 | | - "unbuild": "^1.0.2" |
65 | | - }, |
66 | | - "lint-staged": { |
67 | | - "*.{js,ts,css,json}": [ |
68 | | - "prettier --write" |
69 | | - ] |
70 | | - }, |
71 | | - "bump": { |
72 | | - "leading": [ |
73 | | - "git pull --rebase" |
74 | | - ], |
75 | | - "publish": true, |
76 | | - "changelog": true, |
77 | | - "allowed_branches": [ |
78 | | - "main" |
79 | | - ] |
80 | | - } |
| 2 | + "name": "create-jwcjs", |
| 3 | + "version": "0.1.0-alpha.3", |
| 4 | + "description": "A Command Line Tool to create jwc.js project", |
| 5 | + "main": "index.js", |
| 6 | + "type": "module", |
| 7 | + "files": [ |
| 8 | + "dist", |
| 9 | + "index.js", |
| 10 | + "package.json", |
| 11 | + "LICESE", |
| 12 | + "templates" |
| 13 | + ], |
| 14 | + "scripts": { |
| 15 | + "dev": "unbuild --stub", |
| 16 | + "build": "unbuild", |
| 17 | + "typecheck": "tsc --noEmit", |
| 18 | + "prepublishOnly": "npm run build", |
| 19 | + "lint": "eslint .", |
| 20 | + "lint-staged": "lint-staged", |
| 21 | + "release": "vv" |
| 22 | + }, |
| 23 | + "husky": { |
| 24 | + "hooks": { |
| 25 | + "pre-commit": "lint-staged" |
| 26 | + } |
| 27 | + }, |
| 28 | + "keywords": [ |
| 29 | + "jwcjs" |
| 30 | + ], |
| 31 | + "author": "wibus-wee <wibus@qq.com>", |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/jwcjs/create-jwcjs/issues" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/jwcjs/create-jwcjs#readme", |
| 36 | + "repository": { |
| 37 | + "type": "git", |
| 38 | + "url": "git+https://github.com/jwcjs/create-jwcjs.git" |
| 39 | + }, |
| 40 | + "bin": { |
| 41 | + "create-jwcjs": "index.js" |
| 42 | + }, |
| 43 | + "license": "MIT", |
| 44 | + "devDependencies": { |
| 45 | + "@innei/bump-version": "^1.5.4", |
| 46 | + "@types/minimist": "^1.2.2", |
| 47 | + "@types/node": "^18.11.17", |
| 48 | + "@types/prompts": "^2.4.2", |
| 49 | + "@typescript-eslint/eslint-plugin": "^5.47.0", |
| 50 | + "@typescript-eslint/parser": "^5.47.0", |
| 51 | + "cross-spawn": "^7.0.3", |
| 52 | + "eslint": "^8.30.0", |
| 53 | + "eslint-config-prettier": "^8.5.0", |
| 54 | + "eslint-plugin-prettier": "^4.2.1", |
| 55 | + "husky": "^8.0.2", |
| 56 | + "kolorist": "^1.6.0", |
| 57 | + "lint-staged": "^13.1.0", |
| 58 | + "minimist": "^1.2.7", |
| 59 | + "prettier": "^2.8.1", |
| 60 | + "prompts": "^2.4.2", |
| 61 | + "rimraf": "^3.0.2", |
| 62 | + "ts-node": "^10.9.1", |
| 63 | + "typescript": "^4.9.4", |
| 64 | + "unbuild": "^1.0.2" |
| 65 | + }, |
| 66 | + "lint-staged": { |
| 67 | + "*.{js,ts,css,json}": [ |
| 68 | + "prettier --write" |
| 69 | + ] |
| 70 | + }, |
| 71 | + "bump": { |
| 72 | + "leading": [ |
| 73 | + "git pull --rebase" |
| 74 | + ], |
| 75 | + "publish": true, |
| 76 | + "changelog": true, |
| 77 | + "allowed_branches": [ |
| 78 | + "main" |
| 79 | + ] |
| 80 | + } |
81 | 81 | } |
0 commit comments