old-automod/lib/package.json

21 lines
428 B
JSON
Raw Permalink Normal View History

2022-07-09 07:08:16 +00:00
{
"name": "automod",
"version": "1.0.0",
"description": "Shared code for AutoMod",
"scripts": {
2022-07-16 12:11:01 +00:00
"build": "rm -rf dist && tsc",
"dev": "rm -rf dist && tsc-watch"
},
2022-07-09 07:08:16 +00:00
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2022-07-15 16:03:51 +00:00
"@types/node": "^18.0.4",
2022-07-16 13:30:07 +00:00
"monk": "^7.3.4",
"redis": "^4.2.0",
2022-07-16 12:11:01 +00:00
"tsc-watch": "^5.0.3",
2022-07-15 16:03:51 +00:00
"typescript": "^4.7.4"
2022-07-16 13:30:07 +00:00
},
"packageManager": "yarn@3.2.1"
2022-07-09 07:08:16 +00:00
}