{
  "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"
  }
}
