-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 856 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 856 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": "styled-components-codemods",
"version": "1.1.0",
"description": "Automatic codemods to upgrade your styled-components code to newer versions.",
"repository": "https://github.com/styled-components/styled-components-codemods",
"license": "MIT",
"author": "https://github.com/RIP21/",
"bin": "./bin/styled-components-codemods.js",
"keywords": [
"babel-plugin",
"styled-components",
"codemod"
],
"peerDependencies": {
"babel-core": "^6.26.0"
},
"devDependencies": {
"babel-plugin-tester": "^5.0.0",
"jest": "^22.4.2",
"prettier": "^1.14.2"
},
"dependencies": {
"babel-codemod": "^2.0.6",
"babel-core": "^6.26.3",
"commander": "^2.18.0",
"fast-glob": "^2.2.3",
"lodash": "^4.17.10"
},
"scripts": {
"test": "jest"
},
"jest": {
"testEnvironment": "node"
}
}