增加一个用于代码测试的typescript项目
This commit is contained in:
21
code/测试/code_test/package.json
Normal file
21
code/测试/code_test/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "code_test",
|
||||
"version": "1.0.0",
|
||||
"description": "用于测试前端的typescript代码",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Kane",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-standard-with-typescript": "^34.0.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-n": "^15.6.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user