-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "napi-rust-project",
"version": "2022.07.11",
"description": "Rust Container Project for NAPI-Rust",
"main": "./index.js",
"license": "MIT",
"url": "https://github.com/MongoExpUser/Debian-Based-NAPI-Rust-Addons/blob/main/README.md",
"email": "[email protected]",
"author": "Copyright © 2015 - present. MongoExpUser. All Rights Reserved.",
"repository": {
"type": "aws, linode and g-drive",
"url": "https://domain.com"
},
"homepage": "https://domain.com",
"napi": {
"name": "callRust",
"triples": {
"defaults": true,
"addition": [
"x86_64-unknown-linux-musl",
"x86_64-unknown-freebsd",
"aarch64-unknown-linux-gnu",
"x86_64-unknown-illumos",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl"
]
}
},
"scripts": {
"install": "npm run build",
"build": "cargo build --release && napi build --release",
"build:debug": "cargo build && napi build"
},
"dependencies": {
"@napi-rs/cli": "*"
},
"keywords": [
"napi",
"rust",
"napi-rust"
]
}