-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "videotape",
"version": "0.0.2",
"scripts": {
"start": "node node_modules/react-native-macos/local-cli/cli.js start",
"macos": "react-native-macos run-macos",
"build": "node ./cli/build",
"test-e2e": "./e2e/test_movie.sh && ./e2e/test_ios.sh",
"test": "jest"
},
"description": "Capture, analyze and compare frames sequence",
"bin": {
"videotape": "./cli/videotape.js"
},
"dependencies": {
"yargs": "^8.0.2"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-react-native": "1.9.2",
"date-fns": "^2.0.0-alpha.1",
"flow-bin": "0.79.1",
"jest": "20.0.4",
"react": "16.6.3",
"react-native-http-bridge": "16ms/react-native-http-bridge",
"react-native-macos": "aleclarson/react-native-macos#alpha"
},
"jest": {
"testPathIgnorePatterns": [
"/e2e/",
"/node_modules/"
],
"preset": "react-native-macos"
},
"files": [
"cli",
"build"
],
"author": "Dmitriy Loktev",
"license": "MIT"
}