{
  "name": "@vue-jsx-vapor/compiler-rs-android-arm64",
  "version": "3.2.18",
  "cpu": [
    "arm64"
  ],
  "main": "compiler-rs.android-arm64.node",
  "files": [
    "compiler-rs.android-arm64.node"
  ],
  "description": "Template project for writing node package with napi-rs",
  "keywords": [
    "napi-rs",
    "NAPI",
    "N-API",
    "Rust",
    "node-addon",
    "node-addon-api"
  ],
  "license": "MIT",
  "repository": {
    "url": "git+https://github.com/vuejs/vue-jsx-vapor.git",
    "type": "git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "android"
  ]
}