File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-es6-class-codemod" ,
3
3
"version" : " 0.2.0" ,
4
+ "description" : " Codemods for transforming ember app code to native ES6 class syntax with decorators." ,
4
5
"keywords" : [
5
6
" codemod-cli"
6
7
],
8
+ "homepage" : " https://github.com/ember-codemods/ember-es6-class-codemod#readme" ,
9
+ "bugs" : {
10
+ "url" : " https://github.com/ember-codemods/ember-es6-class-codemod/issues"
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " git+https://github.com/ember-codemods/ember-es6-class-codemod.git"
15
+ },
7
16
"license" : " MIT" ,
17
+ "author" : " " ,
8
18
"files" : [
9
19
" /bin" ,
10
20
" /lib" ,
11
21
" /transforms/helpers" ,
12
22
" /transforms/ember-object/index.js"
13
23
],
14
- "bin" : " ./bin/cli.js" ,
24
+ "main" : " .eslintrc.js" ,
25
+ "bin" : {
26
+ "ember-es6-class-codemod" : " ./bin/cli.js"
27
+ },
28
+ "directories" : {
29
+ "lib" : " lib" ,
30
+ "test" : " test"
31
+ },
15
32
"scripts" : {
16
33
"release" : " release-it" ,
17
34
"test" : " eslint . && codemod-cli test && node ./test/run-test.js" ,
You can’t perform that action at this time.
0 commit comments