Skip to content

Commit

Permalink
package.json: add more metadata; make linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Oct 21, 2023
1 parent 21d7443 commit cce0577
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@vencord/venmic",
"description": "linux audio screenshare for discord (or any electron app) via pipewire",
"keywords": ["pipewire", "electron", "screenshare", "capturer", "audio"],
"private": false,
"license": "MIT",
"author": {
"name": "Curve",
"url": "https://github.com/Curve"
},
"author": "Curve (https://github.com/Curve)",
"version": "1.4.0",
"main": "./lib/index.js",
"types": "./lib/module.d.ts",
Expand All @@ -15,6 +14,9 @@
"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
Expand All @@ -36,5 +38,13 @@
"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"
}
}

0 comments on commit cce0577

Please sign in to comment.