-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 932 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
{
"name": "rn-update-deprecated-modules",
"description": "Codemod to update import declarations as per react-native > 0.59.x deprecations.",
"version": "0.60.0",
"author": {
"name": "Lucas Bento",
"email": "[email protected]",
"url": "https://github.com/lucasbento"
},
"bin": {
"rn-update-deprecated-modules": "./bin/rn-update-deprecated-modules"
},
"bugs": "https://github.com/lucasbento/rn-update-deprecated-modules/issues",
"dependencies": {
"command-exists": "^1.2.8",
"read-pkg-up": "^5.0.0"
},
"devDependencies": {
"jest": "^24.7.1",
"jscodeshift": "^0.6.3"
},
"homepage": "https://github.com/lucasbento/rn-update-deprecated-modules",
"keywords": [
"cli",
"codemod",
"react-native"
],
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/lucasbento/rn-update-deprecated-modules",
"scripts": {
"test": "jest"
}
}