forked from sibs-projects/codemod-RN24-to-RN25
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 859 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
{
"name": "codemod-rn24-to-rn25",
"version": "1.0.0",
"description": "A codemod to transform imports from RN24 to >=RN25",
"license": "MIT",
"author": "Sibelius Seraphini",
"contributors": [
{
"name": "Ali Najafizadeh",
"url": "https://github.com/alinz"
},
{
"name": "Colin Parsons",
"url": "https://github.com/ultralame"
},
{
"name": "Jeremy Greer",
"url": "https://github.com/reergymerej"
}
],
"main": "./transform.js",
"repository": {
"type": "git",
"url": "[email protected]:sibeliusseraphini/codemod-RN24-to-RN25.git"
},
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"find": "^0.2.4",
"jscodeshift-helper": "^1.1.0",
"mocha": "^2.4.5"
}
}