-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 887 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 887 Bytes
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
{
"name": "ember-sinon-sandbox-codemod",
"version": "0.0.0",
"description": "codemod script for ember-sinon-sandbox",
"keywords": [
"codemod",
"qunit",
"qunit-dom"
],
"homepage": "https://github.com/scalvert/ember-sinon-sandbox-codemod#readme",
"bugs": {
"url": "https://github.com/scalvert/ember-sinon-sandbox-codemod/issues"
},
"license": "MIT",
"author": "Steve Calvert <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/scalvert/ember-sinon-sandbox-codemod.git"
},
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"jscodeshift": "^0.5.0"
},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"eslint": "^4.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-prettier": "^2.3.1",
"jest": "^22.4.3",
"prettier": "^1.7.4"
}
}