-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 983 Bytes
/
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
{
"name": "create-react-swc-app",
"version": "1.2.0",
"description": "terminal cli for swc-react-template",
"main": "index.js",
"type": "module",
"scripts": {
"build:bin": "npx swc ./source -d bin && npm link"
},
"bin": {
"create-react-swc-app": "./bin/index.js"
},
"keywords": [
"cli",
"swc",
"react",
"swc-react-template"
],
"author": "tohsaka888",
"license": "MIT",
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.96",
"@types/node": "^20.9.0",
"@types/shelljs": "^0.8.15"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"inquirer": "^9.2.12",
"ora": "^7.0.1",
"shelljs": "^0.8.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tohsaka888/create-react-swc-app.git"
},
"bugs": {
"url": "https://github.com/tohsaka888/create-react-swc-app/issues"
},
"homepage": "https://github.com/tohsaka888/create-react-swc-app"
}