-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
34 lines (34 loc) · 784 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
{
"name": "ha-sip",
"version": "1.0.0",
"description": "A SIP client inside home assistant!",
"main": "sipjs-card.js",
"scripts": {
"build": "webpack --progress --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TECH7Fox/HA-SIP.git"
},
"keywords": [
"sip",
"home-assistant"
],
"author": "Jordy Kuhne",
"license": "MIT",
"bugs": {
"url": "https://github.com/TECH7Fox/HA-SIP/issues"
},
"homepage": "https://github.com/TECH7Fox/HA-SIP#readme",
"devDependencies": {
"ts-loader": "^9.2.7",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"lit": "^2.2.0",
"jssip": "^3.9.0"
}
}