-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
43
{
"name": "@cogia/vodozemac-nodejs",
"version": "0.0.7",
"author": "Cogia Intelligence",
"description": "Nodejs bindings for Matrix vodozemac by Cogia Intelligence",
"main": "index.js",
"types": "index.d.ts",
"registry": "https://registry.npmjs.org",
"repository": {
"url": "git+https://github.com/cogia/vodozemac-nodejs.git"
},
"napi": {
"name": "vodozemac-nodejs",
"triples": {
"additional": [
"aarch64-apple-darwin"
]
}
},
"license": "Apache-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"@types/node": "^22.5.4",
"ava": "^6.0.1",
"lodash-es": "^4.17.21"
},
"ava": {
"timeout": "3m"
},
"engines": {
"node": ">= 10"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
"version": "napi version"
},
"packageManager": "yarn@4.4.1"
}