forked from sunyu/CubismFramework
21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "tsc --noEmit",
|
|
"lint": "eslint src --ext .ts",
|
|
"lint:fix": "eslint src --ext .ts --fix",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.35.1",
|
|
"@typescript-eslint/parser": "^5.35.1",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.7.1",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.8.2"
|
|
}
|
|
}
|