-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.08 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
{
"name": "kishar-nine",
"version": "0.1.4",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start #--port 9988",
"test": "jest",
"push": "git push ssh://git@bitbucket.org/kalmaTen/kalmaTen-app.git",
"ios": "react-native run-ios",
"ios-logged": "react-native run-ios && react-native log-ios",
"android": "react-native run-android && react-native log-android",
"start-api": "node api/index.js | ./node_modules/.bin/bunyan -o short",
"start-mock-api": "MOCKDATA=1 node_modules/.bin/supervisor --watch api,api/routes,test/data/questions.yaml -e node,js,yaml -s -RV api/index.js | ./node_modules/.bin/bunyan -o short ",
"start-mock-api-debug": "MOCKDATA=1 node --debug --inspect=7544 api/index.js | ./node_modules/.bin/bunyan -o short "
},
"dependencies": {
"react": "15.4.1",
"react-native": "0.38.0"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"babel-jest": "17.0.2",
"babel-preset-react-native": "1.9.0",
"jest": "17.0.3",
"react-test-renderer": "15.4.1"
}
}