-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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": "peerstack",
"version": "8.0.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/mark-archer/peerstack",
"author": "Mark Archer",
"license": "MIT",
"private": false,
"scripts": {
"test": "jest --coverage --no-cache",
"xtest": "jest data-change --coverage --no-cache",
"build": "webpack --config webpack.config.dev.js; webpack; tsc",
"package": "yarn webpack",
"deploy": "yarn test && yarn build && npm version patch && npm publish . && git push"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165",
"@types/should": "^13.0.0",
"compression-webpack-plugin": "^7.1.2",
"jest": "^29.4.3",
"reflect-metadata": "^0.1.13",
"should": "^13.2.3",
"ts-jest": "^29.0.5",
"typescript": "5.0.4",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1",
"yarn": "^1.22.10"
},
"dependencies": {
"byte-base64": "^1.1.0",
"fast-json-stable-stringify": "^2.1.0",
"js-sha256": "^0.9.0",
"lodash": "^4.17.20",
"socket.io": "2.3.0",
"ts-loader": "^9.4.2",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"twilio": "^3.52.0",
"web-push": "^3.4.5",
"webrtc-adapter": "^7.7.0"
}
}