-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 842 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
{
"name": "react-native-template-mcrn",
"version": "0.0.9",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-android:test": "npm run build test release-amp android",
"bundle-android:stage": "npm run build stage release-amp android",
"bundle-android:production": "npm run build production release-amp android",
"build": "./bin/build.sh"
}
"description": "a react-native-template for meicai",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/xiongcaichang/react-native-template-mcrn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiongcaichang/react-native-template-mcrn/issues"
},
"homepage": "https://github.com/xiongcaichang/react-native-template-mcrn#readme"
}