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
27 lines (27 loc) · 698 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 698 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
{
"name": "@react-native-node-api/ferric-example",
"version": "0.1.2",
"private": true,
"type": "commonjs",
"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-example"
},
"main": "ferric_example.js",
"types": "ferric_example.d.ts",
"files": [
"ferric_example.js",
"ferric_example.d.ts",
"ferric_example.apple.node",
"ferric_example.android.node"
],
"scripts": {
"build": "ferric build",
"bootstrap": "node --run build"
},
"devDependencies": {
"ferric-cli": "*"
}
}