-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 878 Bytes
/
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
34
35
36
37
38
39
40
41
{
"name": "ce-codemods",
"version": "0.0.0",
"description": "A codemod script for ce-codemods",
"keywords": [
"codemod",
"qunit",
"qunit-dom"
],
"homepage": "https://github.com/scalvert/ce-codemods#readme",
"bugs": {
"url": "https://github.com/scalvert/ce-codemods/issues"
},
"license": "MIT",
"author": "Steve Calvert <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/scalvert/ce-codemods.git"
},
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"f-matches": "^1.1.0",
"jscodeshift": "^0.6.2",
"lebab": "^3.0.3"
},
"devDependencies": {
"eslint": "^4.1.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"prettier": "^1.7.4"
},
"jest": {
"testPathIgnorePatterns": [
"node_modules",
"__fixtures__"
]
}
}