-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
{
"name": "react-native-version-update",
"version": "0.3.0",
"description": "Change Android and iOS files before build",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist --copy-files",
"lint": "eslint src/",
"start": "echo \"Error: this command can't run without 'react-native' package\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">10.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/LucasMonteiro1/react-native-version-update.git"
},
"keywords": [
"React",
"Native",
"Version",
"Update",
"build"
],
"author": "Lucas Monteiro",
"license": "ISC",
"bin": {
"version-update": "./.bin/index.js"
},
"bugs": {
"url": "https://github.com/LucasMonteiro1/react-native-version-update/issues"
},
"homepage": "https://github.com/LucasMonteiro1/react-native-version-update#readme",
"dependencies": {
"chalk": "^3.0.0",
"jsonfile": "^5.0.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"plist": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}