18 lines
507 B
JSON
18 lines
507 B
JSON
{
|
|
"name": "rs-diff-linux",
|
|
"version": "0.0.2",
|
|
"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.linux.node",
|
|
"files": ["index.linux.node"],
|
|
"publishConfig": {
|
|
"registry": "https://npm.trj.tw",
|
|
"access": "public"
|
|
},
|
|
"os": ["linux"],
|
|
"cpu": ["x64"]
|
|
}
|