rs-diff/npm/darwin/package.json

26 lines
482 B
JSON

{
"name": "@mtfos/rs-diff-darwin",
"version": "0.0.6",
"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"
]
}