mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-04 01:54:09 +02:00
32 lines
883 B
JSON
32 lines
883 B
JSON
{
|
|
"name": "mx-puppet-steam",
|
|
"version": "0.0.0",
|
|
"description": "Puppeting bridge for steam chat",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "tslint --project ./tsconfig.json -t stylish",
|
|
"start": "npm run-script build && node ./build/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Icewind",
|
|
"dependencies": {
|
|
"@pdf-lib/upng": "^1.0.1",
|
|
"command-line-args": "^5.1.1",
|
|
"command-line-usage": "^6.1.1",
|
|
"gif-encoder": "^0.7.2",
|
|
"js-yaml": "^4.0.0",
|
|
"mx-puppet-bridge": "0.1.4",
|
|
"steam-user": "^4.19.2",
|
|
"steamcommunity": "3.42.0",
|
|
"steamid": "1.1.3",
|
|
"stream-buffers": "^3.0.2",
|
|
"ts-debounce": "2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/gif-encoder": "^0.7.0",
|
|
"@types/node": "^14.14.22",
|
|
"@types/steamid": "^1.1.0",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|