File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 32
32
"sync-labels" : " github-label-sync --labels .github/labels.json edge-js/edge-iconify" ,
33
33
"quick:test" : " node --enable-source-maps --loader=ts-node/esm bin/test.ts"
34
34
},
35
- "keywords" : [" edge.js" , " edge-templating" ],
35
+ "keywords" : [
36
+ " edge.js" ,
37
+ " edge-templating"
38
+ ],
36
39
"author" : " virk" ,
37
40
"license" : " MIT" ,
38
41
"devDependencies" : {
39
42
"@adonisjs/eslint-config" : " ^1.1.8" ,
40
43
"@adonisjs/prettier-config" : " ^1.1.8" ,
41
- "@adonisjs/require-ts" : " ^2.0.13" ,
42
44
"@adonisjs/tsconfig" : " ^1.1.8" ,
43
45
"@commitlint/cli" : " ^18.2.0" ,
44
46
"@commitlint/config-conventional" : " ^18.1.0" ,
55
57
"husky" : " ^8.0.3" ,
56
58
"np" : " ^8.0.4" ,
57
59
"prettier" : " ^3.0.3" ,
60
+ "ts-node" : " ^10.9.1" ,
58
61
"tsup" : " ^7.2.0" ,
59
62
"typescript" : " ^5.2.2"
60
63
},
You can’t perform that action at this time.
0 commit comments