1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "mx-puppet-groupme",
"version": "2",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "npm run build && node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.21.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"events": "^3.2.0",
"faye": "^1.4.0",
"form-data": "^3.0.0",
"fromentries": "^1.3.2",
"mx-puppet-bridge": "^0.1.4"
},
"devDependencies": {
"@types/node": "^14.14.20",
"typescript": "^4.1.3"
}
}
|