forked from swordev/suid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 831 Bytes
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
{
"name": "@suid/codemod",
"version": "0.9.3",
"description": "Tool for migrating MUI React code to SUID SolidJS.",
"keywords": [
"solid",
"solidjs",
"react",
"components",
"mui",
"material-ui",
"material design",
"codemod"
],
"type": "module",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"clean": "tsc --build --clean tsconfig.build.json",
"watch": "tsc --build -w tsconfig.build.json"
},
"dependencies": {
"@types/micromatch": "^4.0.2",
"commander": "^9.4.1",
"fast-glob": "^3.2.12",
"micromatch": "^4.0.5",
"prettier": "^2.8.1",
"ts-morph": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.9.4"
},
"publishConfig": {
"directory": "lib"
},
"x-wspa": {
"pkgManifest": {
"bin": "bin.js"
}
}
}