forked from callstackincubator/react-native-node-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"name": "cmake-rn",
"version": "0.6.3",
"description": "Build React Native Node API modules with CMake",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api.git",
"directory": "packages/cmake-rn"
},
"type": "module",
"bin": {
"cmake-rn": "./bin/cmake-rn.js"
},
"files": [
"bin",
"dist",
"!dist/**/*.test.d.ts",
"!dist/**/*.test.d.ts.map"
],
"scripts": {
"build": "tsc",
"start": "tsx src/run.ts",
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout"
},
"dependencies": {
"@react-native-node-api/cli-utils": "0.1.4",
"cmake-file-api": "0.1.2",
"react-native-node-api": "1.0.1",
"zod": "^4.1.11",
"weak-node-api": "0.1.1"
},
"peerDependencies": {
"node-addon-api": "^8.3.1",
"node-api-headers": "^1.5.0"
}
}