Initial commit

This commit is contained in:
Jay
2020-08-14 16:11:58 +08:00
commit ad2ba7b3da
23 changed files with 3266 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@napi-rs/package-template-win32`
This is the Windows 64-bit binary for `@napi-rs/package-template`.
+16
View File
@@ -0,0 +1,16 @@
{
"name": "@napi-rs/package-template-win32",
"version": "0.0.6",
"description": "Template project for writing node package with napi-rs",
"repository": "git@github.com:napi-rs/package-template.git",
"license": "MIT",
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api"],
"main": "index.win32.node",
"files": ["index.win32.node"],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": ["win32"],
"cpu": ["x64"]
}