QnA/api/package.json
2023-08-31 19:12:34 -06:00

35 lines
730 B
JSON

{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"test": ""
},
"author": "Oliver Akins",
"license": "UNLICENSED",
"dependencies": {
"@hapi/hapi": "^21.3.2",
"glob": "^10.3.3",
"joi": "^17.9.2",
"module-alias": "^2.2.3",
"mysql2": "^3.6.0",
"tmi.js": "^1.8.5",
"tsconfig-paths": "^4.2.0",
"tslog": "^4.8.2"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.7",
"@types/tmi.js": "^1.8.3",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"_moduleAliases": {
"~": "./dist"
}
}