-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@vencord/venmic",
"description": "linux audio screenshare for discord (or any electron app) via pipewire",
"keywords": [
"pipewire",
"electron",
"screenshare",
"capturer",
"audio"
],
"private": false,
"license": "MPL-2.0",
"author": "Curve (https://github.com/Curve)",
"version": "6.1.0",
"main": "./lib/index.js",
"types": "./lib/module.d.ts",
"scripts": {
"clean": "cmake-js clean",
"test": "node tests/node/*.js",
"cpcmds": "cmake-js configure --CDvenmic_addon=ON --CDCMAKE_EXPORT_COMPILE_COMMANDS=ON",
"install": "pkg-prebuilds-verify ./lib/options.js || cmake-js compile --CDvenmic_addon=ON"
},
"os": [
"linux"
],
"binary": {
"napi_versions": [
7
]
},
"engines": {
"node": ">=14.15"
},
"dependencies": {
"cmake-js": "^7.3.0",
"node-addon-api": "^8.0.0",
"pkg-prebuilds": "^0.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/Vencord/venmic/issues"
},
"homepage": "https://github.com/Vencord/venmic",
"repository": {
"type": "git",
"url": "https://github.com/Vencord/venmic.git"
}
}