AutoMod/lib/package.json

18 lines
349 B
JSON
Raw Normal View History

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