forked from Pilloxa/react-native-nordic-dfu
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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-oh-tpl/react-native-nordic-dfu",
"version": "3.0.1-rc.1",
"description": "Nordic Device Firmware Update for React Native",
"main": "index.js",
"url": "https://github.com/react-native-oh-library/react-native-nordic-dfu",
"repository": "react-native-oh-library/react-native-nordic-dfu",
"scripts": {
"test": "echo \"No test specified\"",
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-nordic-dfu --cpp-output-path ./harmony/dfu/src/main/cpp/generated --ets-output-path ./harmony/dfu/src/main/ets/generated --turbo-modules-spec-paths ./src/NativeReactNativeDfu.ts"
},
"harmony": {
"alias": "react-native-nordic-dfu"
},
"keywords": [
"react-native",
"dfu",
"nordic"
],
"license": "MIT",
"peerDependencies": {
"react-native": ">= 0.45.1"
},
"dependencies": {
"base-64": "^0.1.0",
"react-native-nordic-dfu": "3.0.0",
"utf8": "^3.0.0"
},
"devDependencies": {
"@react-native-community/cli": "^15.1.3",
"documentation": "^4.0.0-rc.1",
"husky": "^9.1.7",
"lint-staged": "^3.4.0",
"prettier": "^1.2.2",
"react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}