-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.36 KB
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
{
"name": "@adishare/react-native-make",
"version": "3.0.4",
"author": "@adishare",
"main": "modules/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/adishare/react-native-make.git"
},
"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.9.1",
"colors": "1.3.3",
"sharp": "^0.32.4",
"universal-analytics": "0.4.20"
},
"devDependencies": {
"@types/color-string": "^1.5.2",
"@types/react-native-community__cli": "2.0.0",
"@types/sharp": "^0.32.0",
"@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"
},
"description": "<p align=\"center\"><img src=\"./docs/assets/make-logo.png\"></p> <h2 align=\"center\">Everyday tools for simpler React Native development</h2>",
"bugs": {
"url": "https://github.com/adishare/react-native-make/issues"
},
"homepage": "https://github.com/adishare/react-native-make#readme",
"directories": {
"doc": "docs"
}
}