old-automod/lib/package.json
2022-07-16 14:11:01 +02:00

18 lines
349 B
JSON

{
"name": "automod",
"version": "1.0.0",
"description": "Shared code for AutoMod",
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "rm -rf dist && tsc-watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.0.4",
"tsc-watch": "^5.0.3",
"typescript": "^4.7.4"
}
}