forked from bamlab/react-native-make
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 993 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
37
38
39
40
41
42
43
{
"name": "@bam.tech/react-native-make",
"version": "3.0.3",
"main": "modules/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bamlab/react-native-make"
},
"keywords": [
"react-native",
"generator",
"icons",
"splash-screen",
"splashscreen",
"plugin"
],
"scripts": {
"prepublishOnly": "rm -rf dist && yarn tsc",
"test:types": "yarn tsc --noEmit",
"test": "yarn test:types",
"release": "release-it"
},
"dependencies": {
"color-string": "1.5.3",
"colors": "1.3.3",
"sharp": "0.28.0",
"universal-analytics": "0.4.20"
},
"devDependencies": {
"@types/color-string": "1.5.0",
"@types/react-native-community__cli": "2.0.0",
"@types/sharp": "0.22.2",
"@types/universal-analytics": "0.4.3",
"prettier": "1.18.2",
"release-it": "12.3.6",
"ts-node": "8.3.0",
"typescript": "3.5.3"
},
"rnpm": {
"plugin": "./react-native.config.js"
}
}