rs-diff/npm/darwin/package.json

17 lines
512 B
JSON

{
"name": "@napi-rs/package-template-darwin",
"version": "0.0.6",
"description": "Template project for writing node package with napi-rs",
"repository": "git@github.com:napi-rs/package-template.git",
"license": "MIT",
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api"],
"main": "index.darwin.node",
"files": ["index.darwin.node"],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": ["darwin"],
"cpu": ["x64"]
}