|  | 
| 30 | 30 |  "scripts": { | 
| 31 | 31 |  "test": "npm run prettier:check && npm run lint && npm run check && npm run testonly && npm run build && npm run check:integrations", | 
| 32 | 32 |  "test:ci": "npm ci && npm run prettier:check && npm run lint && npm run check && npm run testonly:cover && npm run build && npm run check:integrations", | 
| 33 |  | - "testonly": "mocha src/**/__tests__/**/*.js", | 
|  | 33 | + "testonly": "mocha src/**/__tests__/**/*.ts", | 
| 34 | 34 |  "testonly:cover": "nyc npm run testonly", | 
| 35 | 35 |  "lint": "eslint src resources integrationTests", | 
| 36 | 36 |  "prettier": "prettier --ignore-path .gitignore --write --list-different '**/*.{js,ts,md,json,yml}'", | 
|  | 
| 53 | 53 |  "@babel/plugin-transform-flow-strip-types": "7.10.1", | 
| 54 | 54 |  "@babel/preset-env": "7.10.2", | 
| 55 | 55 |  "@babel/register": "7.10.1", | 
|  | 56 | + "@types/body-parser": "1.19.0", | 
|  | 57 | + "@types/chai": "4.2.11", | 
|  | 58 | + "@types/connect": "3.4.33", | 
|  | 59 | + "@types/express": "4.17.6", | 
|  | 60 | + "@types/mocha": "7.0.2", | 
|  | 61 | + "@types/multer": "1.4.3", | 
| 56 | 62 |  "@types/node": "14.0.11", | 
|  | 63 | + "@types/restify": "8.4.2", | 
|  | 64 | + "@types/sinon": "9.0.4", | 
|  | 65 | + "@types/supertest": "2.0.9", | 
| 57 | 66 |  "@typescript-eslint/eslint-plugin": "3.1.0", | 
| 58 | 67 |  "@typescript-eslint/parser": "3.1.0", | 
| 59 | 68 |  "babel-eslint": "10.1.0", | 
|  | 
| 80 | 89 |  "restify": "4.3.2", | 
| 81 | 90 |  "sinon": "9.0.2", | 
| 82 | 91 |  "supertest": "4.0.2", | 
|  | 92 | + "ts-node": "8.10.2", | 
| 83 | 93 |  "typescript": "3.9.5", | 
| 84 | 94 |  "unfetch": "4.1.0" | 
| 85 | 95 |  }, | 
|  | 
0 commit comments