You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"devDependencies": {
|
|
"gts": "^3.1.1",
|
|
"typescript": "^4.8.3",
|
|
"@types/node": "^14.11.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "gts lint",
|
|
"clean": "gts clean",
|
|
"compile": "tsc",
|
|
"fix": "gts fix",
|
|
"prepare": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"posttest": "npm run lint"
|
|
}
|
|
}
|