26 lines
478 B
JSON
26 lines
478 B
JSON
{
|
|
"name": "@mtfos/rs-diff-linux",
|
|
"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.linux.node",
|
|
"files": [
|
|
"index.linux.node"
|
|
],
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
]
|
|
} |