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
28 lines (28 loc) · 674 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 674 Bytes
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
{
"name": "ferric-cli",
"version": "0.3.11",
"description": "Rust Node-API Modules for React Native",
"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/ferric"
},
"type": "module",
"files": [
"bin",
"dist"
],
"bin": {
"ferric": "./bin/ferric.js"
},
"scripts": {
"start": "tsx src/run.ts"
},
"dependencies": {
"@napi-rs/cli": "~3.0.3",
"@react-native-node-api/cli-utils": "0.1.4",
"react-native-node-api": "1.0.1",
"weak-node-api": "0.1.1"
}
}