0
0
Fork 0
Lurk-Message-API/package.json
2022-07-31 16:42:30 -06:00

34 lines
No EOL
782 B
JSON

{
"name": "twitch-lurk-message-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Oliver Akins",
"license": "UNLICENSED",
"dependencies": {
"@hapi/basic": "^6.0.0",
"@hapi/boom": "^10.0.0",
"@hapi/hapi": "^20.2.2",
"@hapi/inert": "^7.0.0",
"glob": "^8.0.3",
"joi": "^17.6.0",
"module-alias": "^2.2.2",
"toml": "^3.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/hapi__basic": "^5.1.2",
"@types/hapi__hapi": "^20.0.12",
"@types/hapi__inert": "^5.2.3",
"@types/node": "^18.0.6",
"@types/uuid": "^8.3.4"
},
"_moduleAliases": {
"@": "./dist"
}
}