Skip to content

Commit

Permalink
feat: Add package.json meta
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange committed Jan 8, 2022
1 parent 4850acd commit 69f483e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"type": "module",
"name": "matrix-sip-bridge",
"version": "0.1.0",
"description": "A bridge between Matrix.org and SIP (VoIP)",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/IndeedNotJames/matrix-sip-bridge.git"
},
"keywords": [
"matrix.org",
"matrix",
"voip",
"sip",
"bridge"
],
"engines": {
"node": ">=14.0.0"
},
"license": "AGPL-3.0",
"scripts": {
"start": "node --experimental-specifier-resolution=node dist/index.js",
Expand Down

0 comments on commit 69f483e

Please sign in to comment.