-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "@discordjs-japan/om-syrinx",
"version": "0.4.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"napi": {
"name": "om-syrinx"
},
"files": [
"lib",
"om-syrinx.*.node"
],
"repository": {
"type": "git",
"url": "git+https://github.com/discordjs-japan/om-syrinx.git"
},
"license": "MIT",
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@napi-rs/cli": "^2.16.3",
"@types/node": ">=18",
"opus-decoder": "^0.7.6",
"tar-fs": "^3.0.6"
},
"engines": {
"node": ">= 18"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --js false --dts lib/native.d.ts --no-const-enum --platform --release",
"build:debug": "napi build --js false --dts lib/native.d.ts --no-const-enum --platform",
"prepublishOnly": "napi prepublish -t npm",
"version": "napi version",
"postinstall": "node lib/install.js",
"test": "node --test test/index.js"
},
"packageManager": "[email protected]"
}