1{
2  "name": "api-checker",
3  "version": "1.0.0",
4  "checkApiVersion": "12",
5  "description": "",
6  "main": "index.js",
7  "scripts": {
8    "test": "cd test && node test.js",
9    "testCase": "mocha ./autoTest/testCase/*.js"
10  },
11  "author": "",
12  "license": "ISC",
13  "dependencies": {
14    "comment-parser": "^1.3.1",
15    "exceljs": "^4.3.0",
16    "fs": "^0.0.1-security",
17    "path": "^0.12.7",
18    "sync-request": "^6.1.0",
19    "typescript": "^4.7.4"
20  },
21  "devDependencies": {
22    "@types/chai": "^4.3.5",
23    "@types/mocha": "^10.0.1",
24    "chai": "^4.3.7",
25    "mocha": "^10.2.0"
26  }
27}
28