2020-08-14 08:11:58 +00:00
|
|
|
{
|
2020-08-27 03:56:54 +00:00
|
|
|
"name": "@mtfos/rs-diff-linux",
|
2020-09-11 05:18:42 +00:00
|
|
|
"version": "0.0.6",
|
2020-08-14 08:11:58 +00:00
|
|
|
"description": "Template project for writing node package with napi-rs",
|
2020-08-25 03:16:54 +00:00
|
|
|
"repository": "https://git.trj.tw/nodejs/rs-diff.git",
|
2020-08-14 08:11:58 +00:00
|
|
|
"license": "MIT",
|
2020-08-25 03:38:13 +00:00
|
|
|
"author": "Jay <jay@trj.tw>",
|
2020-09-11 04:24:57 +00:00
|
|
|
"keywords": [
|
|
|
|
"napi-rs",
|
|
|
|
"NAPI",
|
|
|
|
"N-API",
|
|
|
|
"Rust",
|
|
|
|
"node-addon",
|
|
|
|
"node-addon-api"
|
|
|
|
],
|
2020-08-14 08:11:58 +00:00
|
|
|
"main": "index.linux.node",
|
2020-09-11 04:24:57 +00:00
|
|
|
"files": [
|
|
|
|
"index.linux.node"
|
|
|
|
],
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
]
|
|
|
|
}
|