fc740b1795
(added redis and made the bot actually functional again)
35 lines
771 B
JSON
35 lines
771 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"exports": "./index",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rm -rf dist && tsc",
|
|
"start": "node --experimental-specifier-resolution=node dist/index",
|
|
"dev": "yarn build && yarn start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/monk": "^6.0.0",
|
|
"@types/ws": "^8.2.2",
|
|
"automod": "^0.1.0",
|
|
"dotenv": "^14.2.0",
|
|
"express": "^4.17.2",
|
|
"log75": "^2.2.0",
|
|
"monk": "^7.3.4",
|
|
"redis": "^4.2.0",
|
|
"ulid": "^2.3.0",
|
|
"ws": "^8.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"packageManager": "yarn@3.2.1",
|
|
"resolutions": {
|
|
"automod": "portal:../lib"
|
|
}
|
|
}
|