rs-diff/npm/win32/package.json

17 lines
469 B
JSON

{
"name": "rs-diff",
"version": "0.0.1",
"description": "Template project for writing node package with napi-rs",
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
"license": "MIT",
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api"],
"main": "index.win32.node",
"files": ["index.win32.node"],
"publishConfig": {
"registry": "https://npm.trj.tw",
"access": "public"
},
"os": ["win32"],
"cpu": ["x64"]
}