forked from Vencord/venmic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
57
{
"name": "@equicord/equimic",
"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.2.0",
"main": "./lib/index.js",
"types": "./lib/module.d.ts",
"scripts": {
"clean": "cmake-js clean",
"test": "node tests/node/*.js",
"cpcmds": "cmake-js configure --CDequimic_addon=ON --CDCMAKE_EXPORT_COMPILE_COMMANDS=ON",
"install": "pkg-prebuilds-verify ./lib/options.js || cmake-js compile --CDequimic_addon=ON",
"install:static": "pkg-prebuilds-verify ./lib/options.js || cmake-js compile --CDequimic_addon=ON --CDequimic_static_cxx=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/Equicord/Equimic/issues"
},
"homepage": "https://github.com/Equicord/Equimic",
"repository": {
"type": "git",
"url": "https://github.com/Equicord/Equimic.git"
}
}