@seonbi/node 0.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @seonbi/node
2
+
3
+ <p align="center">
4
+ <img src="../../assets/logo.svg" alt="seonbi logo" width="180">
5
+ </p>
6
+
7
+ Node.js binding for `seonbi-rs` using `napi-rs`.
package/package.json ADDED
@@ -0,0 +1,38 @@
1
+ {
2
+ "name": "@seonbi/node",
3
+ "version": "0.1.0-alpha.0",
4
+ "description": "Node.js bindings for seonbi-rs",
5
+ "license": "LGPL-2.1",
6
+ "main": "index.js",
7
+ "types": "index.d.ts",
8
+ "files": [
9
+ "index.js",
10
+ "index.d.ts",
11
+ "*.node",
12
+ "npm"
13
+ ],
14
+ "napi": {
15
+ "binaryName": "seonbi",
16
+ "triples": {
17
+ "defaults": true
18
+ }
19
+ },
20
+ "scripts": {
21
+ "build": "napi build --release --platform",
22
+ "build:debug": "napi build --platform",
23
+ "test": "node --test __tests__/index.spec.mjs",
24
+ "prepublishOnly": "napi prepublish -t npm"
25
+ },
26
+ "optionalDependencies": {
27
+ "@seonbi/node-darwin-x64": "0.1.0-alpha.0",
28
+ "@seonbi/node-darwin-arm64": "0.1.0-alpha.0",
29
+ "@seonbi/node-win32-x64-msvc": "0.1.0-alpha.0",
30
+ "@seonbi/node-linux-x64-gnu": "0.1.0-alpha.0"
31
+ },
32
+ "publishConfig": {
33
+ "access": "public"
34
+ },
35
+ "devDependencies": {
36
+ "@napi-rs/cli": "^3.0.0"
37
+ }
38
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file