-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 KB
/
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
42
43
44
45
46
{
"name": "rn-upgrade",
"version": "1.1.0",
"description": "react native dev tools",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/kida7/rn-upgrade.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"opensim": "./dist/opensim.js",
"translate": "./dist/translate.js",
"rn-upgrade": "./dist/upgrade.js"
},
"author": "kida7",
"license": "ISC",
"devDependencies": {
"@types/argparse": "^1.0.38",
"@types/axios": "^0.14.0",
"@types/chalk": "^2.2.0",
"@types/crypto-js": "^3.1.43",
"@types/csv-parse": "^1.2.2",
"@types/fs-extra": "^8.0.0",
"@types/lodash": "^4.14.149",
"@types/node": "^12.7.1",
"@types/xml2js": "^0.4.4",
"@types/yargs": "^17.0.32"
},
"dependencies": {
"@types/yargs-parser": "^13.0.0",
"argparse": "^1.0.10",
"axios": ">=0.21.1",
"chalk": "^2.4.2",
"crypto-js": "^3.1.9-1",
"csv-parse": "^4.6.3",
"fs-extra": "^8.1.0",
"lodash": "^4.17.15",
"translate-google": "^1.3.5",
"xml2js": "^0.4.19",
"yargs": "^17.7.2",
"yargs-parser": "^13.1.1"
}
}