rs-diff/npm/darwin/package.json

14 lines
431 B
JSON

{
"name": "@mtfos/rs-diff-darwin",
"version": "0.0.3",
"description": "Template project for writing node package with napi-rs",
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
"license": "MIT",
"author": "Jay <jay@trj.tw>",
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api"],
"main": "index.darwin.node",
"files": ["index.darwin.node"],
"os": ["darwin"],
"cpu": ["x64"]
}