generated from napi-rs/package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
420939c
commit 7f2bab4
Showing
3 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"name": "@asandmann/vision-darwin-arm64", | ||
"version": "0.0.3", | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "vision.darwin-arm64.node", | ||
"files": [ | ||
"vision.darwin-arm64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
"N-API", | ||
"Rust", | ||
"node-addon", | ||
"node-addon-api" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": "git@github.com:napi-rs/package-template.git" | ||
} | ||
"name": "@asandmann/vision-darwin-arm64", | ||
"version": "0.0.1", | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "vision.darwin-arm64.node", | ||
"files": [ | ||
"vision.darwin-arm64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
"N-API", | ||
"Rust", | ||
"node-addon", | ||
"node-addon-api" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": "git@github.com:napi-rs/package-template.git" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters