2020-01-30 17:28:13 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"test": "tsc --noEmit",
|
2020-10-05 22:45:54 +08:00
|
|
|
"lint": "eslint src --ext .ts",
|
|
|
|
"lint:fix": "eslint src --ext .ts --fix",
|
2020-01-30 17:28:13 +08:00
|
|
|
"clean": "rimraf dist"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-25 10:33:53 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
|
|
"@typescript-eslint/parser": "^5.59.5",
|
|
|
|
"eslint": "^8.40.0",
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2022-08-04 10:17:45 +08:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-05-25 10:33:53 +08:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"rimraf": "^5.0.0",
|
|
|
|
"typescript": "^5.0.4"
|
2020-01-30 17:28:13 +08:00
|
|
|
}
|
|
|
|
}
|