File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 10
10
"codemod-cli" : " ./bin/codeshift-cli.js"
11
11
},
12
12
"scripts" : {
13
- "start" : " ts-node src/index.ts"
13
+ "start" : " ./bin/codeshift-cli.js" ,
14
+ "start:dev" : " ts-node src/index.ts"
14
15
},
15
16
"dependencies" : {
16
17
"@codeshift/initializer" : " 0.1.0" ,
Original file line number Diff line number Diff line change 5
5
"types" : " dist/codeshift-initializer.cjs.d.ts" ,
6
6
"license" : " MIT" ,
7
7
"repository" : " https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/initializer" ,
8
- "scripts" : {
9
- "start" : " ts-node src/index.ts"
10
- },
11
8
"dependencies" : {
12
9
"fs-extra" : " ^9.1.0" ,
13
10
"recast" : " ^0.20.4" ,
Original file line number Diff line number Diff line change 5
5
"types" : " dist/codeshift-validator.cjs.d.ts" ,
6
6
"license" : " MIT" ,
7
7
"repository" : " https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/validator" ,
8
- "scripts" : {
9
- "start" : " ts-node src/index.ts"
10
- },
11
8
"dependencies" : {
12
9
"fs-extra" : " ^9.1.0" ,
13
10
"recast" : " ^0.20.4" ,
You can’t perform that action at this time.
0 commit comments