17 lines
532 B
JSON
17 lines
532 B
JSON
{
|
|
"name": "@mtfos/rs-diff-win32",
|
|
"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",
|
|
"author": "Jay <jay@trj.tw>",
|
|
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api"],
|
|
"main": "index.win32.node",
|
|
"files": ["index.win32.node"],
|
|
"publishConfig": {
|
|
"@mtfos:registry": "https://gitlab.trj.tw/api/v4/projects/4/packages/npm/"
|
|
},
|
|
"os": ["win32"],
|
|
"cpu": ["x64"]
|
|
}
|