Skip to content

Commit 3cead5c

Browse files
committed
chore: change package name
1 parent 87b030a commit 3cead5c

File tree

1 file changed

+72
-72
lines changed

1 file changed

+72
-72
lines changed

package.json

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

0 commit comments

Comments
 (0)