29 lines
583 B
JSON
29 lines
583 B
JSON
{
|
|
"name": "@mtfos/rs-diff-win32",
|
|
"version": "0.0.4",
|
|
"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"
|
|
]
|
|
} |