-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.44 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
{
"name": "react-native-ble-plx-mock-recorder-workspace",
"version": "0.1.0",
"private": true,
"description": "Mock recorder tool for https://www.npmjs.com/package/react-native-ble-plx",
"scripts": {
"bump": "bash -c ./script/bump.sh",
"clean": "bash -c ./script/clean.sh",
"demo:app": "cd demo/BleApp && npm run android",
"demo:app:test": "cd demo/BleApp && npm run test",
"demo:recorder": "cd demo/BleAppRecorder && npm test",
"pack": "bash -c ./script/pack.sh",
"postinstall": "bash -c ./script/postinstall.sh && npm run pack && npm run unpack",
"publish": "npm run prepublish && bash -c ./script/publish.sh",
"prepublish": "bash -c ./script/prepublish.sh",
"test": "bash -c ./script/test.sh && npm run demo:app:test",
"test:e2e": "bash -c ./script/test.sh && npm run demo:recorder && npm run demo:app:test",
"unpack": "bash -c ./script/unpack.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larsthorup/react-native-ble-plx-mock-recorder.git"
},
"author": "Lars Thorup <[email protected]> (https://www.zealake.com/)",
"license": "MIT",
"keywords": [
"react",
"native",
"react-native",
"bluetooth",
"low",
"energy",
"BLE",
"jest",
"mock"
],
"bugs": {
"url": "https://github.com/larsthorup/react-native-ble-plx-mock-recorder/issues"
},
"homepage": "https://github.com/larsthorup/react-native-ble-plx-mock-recorder#readme"
}