-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 KB
/
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
{
"name": "ember2-coffeescript-conversion-toolkit",
"version": "1.6.5",
"description": "ember2-coffeescript-conversion-toolkit - Tooling to assist in Ember upgrades, including coffeescript conversions",
"main": "index.js",
"preferGlobal": true,
"bin": {
"e2cct": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linearza/ember2-coffeescript-conversion-toolkit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/linearza/ember2-coffeescript-conversion-toolkit/issues"
},
"homepage": "https://github.com/linearza/ember2-coffeescript-conversion-toolkit#readme",
"dependencies": {
"bulk-decaffeinate": "^3.3.1",
"decaffeinate": "^8.1.4",
"ember-3x-codemods": "^1.12.7",
"ember-computed-getter-codemod": "^1.4.0",
"ember-modules-codemod": "github:linearza/ember-modules-codemod#master",
"ember-v2-codemods": "^0.6.1",
"eslint": "^8.40.0",
"yargs": "^17.7.2"
}
}