-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "vertojs",
"version": "0.0.5",
"description": "Verto FreeSWITCH interface",
"main": "dist/index.js",
"author": "Roman Yerin <[email protected]>",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/roman-yerin/vertojs.git"
},
"scripts": {
"build": "npx rollup -c",
"test": "npx mocha --require @babel/register"
},
"keywords": [
"verto",
"freeswitch"
],
"bugs": {
"url": "https://github.com/roman-yerin/vertojs/issues"
},
"homepage": "https://github.com/roman-yerin/vertojs#readme",
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/register": "^7.16.7",
"@types/ws": "^6.0.3",
"https": "^1.0.0",
"mime": "^2.4.4",
"mocha": "^9.1.3",
"rollup": "^2.62.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"rollup-plugin-visualizer": "^5.5.2",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"ws": "^7.1.2"
},
"dependencies": {}
}