force_delete/package.json

10 lines
127 B
JSON
Raw Normal View History

2024-10-03 00:09:46 +00:00
{
"scripts": {
"build": "tsc"
},
"devDependencies": {
"ts-standard": "^12.0.2",
"typescript": "^5.6.2"
}
}