33 lines
827 B
JSON
33 lines
827 B
JSON
{
|
|
"name": "twitch-redemption-test",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "cross-env NODE_ENV=production ts-node -r dotenv/config index.ts",
|
|
"start:dev": "cross-env NODE_ENV=development nodemon -r dotenv/config index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@twurple/api": "^5.0.13",
|
|
"@twurple/auth": "^5.0.13",
|
|
"@twurple/chat": "^5.0.13",
|
|
"@twurple/pubsub": "^5.0.13",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"nodemon": "^2.0.5",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.3.2",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.12",
|
|
"@types/node": "^15.12.2",
|
|
"@types/ws": "^7.4.4"
|
|
}
|
|
}
|