|
3 | 3 | "version": "0.4.15",
|
4 | 4 | "description": "Runs typescript type checker and linter on separate process.",
|
5 | 5 | "main": "lib/index.js",
|
6 |
| - "types": "lib/types/index.d.ts", |
| 6 | + "types": "lib/index.d.ts", |
7 | 7 | "files": [
|
8 | 8 | "lib"
|
9 | 9 | ],
|
10 | 10 | "scripts": {
|
11 | 11 | "build": "tsc --version && tsc --project \"./src\"",
|
12 | 12 | "test:unit": "mocha -R spec ./test/unit --exit",
|
13 |
| - "test:integration": "mocha -R spec ./test/integration --exit", |
| 13 | + "test:integration": "mocha -R spec ./test/integration --exit && rimraf tmp", |
14 | 14 | "test": "npm run build && npm run test:unit && npm run test:integration",
|
15 | 15 | "test:watch": "mocha -R spec --watch ./test/unit",
|
16 | 16 | "test:coverage": "rimraf coverage && istanbul cover -root lib --include-all-sources mocha -- -R spec ./test/unit ./test/integration",
|
|
37 | 37 | "webpack-plugin"
|
38 | 38 | ],
|
39 | 39 | "engines": {
|
40 |
| - "node": ">=6.11.5" |
| 40 | + "node": ">=8.9.0" |
41 | 41 | },
|
42 | 42 | "author": "Piotr Oleś <[email protected]>",
|
43 | 43 | "contributors": [
|
|
53 | 53 | "@types/chokidar": "^1.7.5",
|
54 | 54 | "@types/micromatch": "^3.1.0",
|
55 | 55 | "@types/minimatch": "^3.0.1",
|
56 |
| - "@types/node": "^8.0.26", |
57 |
| - "@types/webpack": "^4.4.9", |
58 |
| - "chai": "^3.5.0", |
59 |
| - "css-loader": "^0.28.7", |
| 56 | + "@types/node": "^8.10.38", |
| 57 | + "@types/webpack": "^4.4.19", |
| 58 | + "chai": "^4.2.0", |
| 59 | + "css-loader": "0.28.11", |
60 | 60 | "eslint": "^5.7.0",
|
61 |
| - "husky": "^1.1.2", |
| 61 | + "husky": "^1.1.4", |
62 | 62 | "istanbul": "^0.4.5",
|
63 |
| - "lint-staged": "^7.3.0", |
| 63 | + "lint-staged": "^8.0.5", |
64 | 64 | "mocha": "^5.2.0",
|
65 | 65 | "mock-fs": "^4.3.0",
|
66 |
| - "mock-require": "^2.0.2", |
| 66 | + "mock-require": "^3.0.2", |
67 | 67 | "prettier": "^1.14.3",
|
68 | 68 | "rimraf": "^2.5.4",
|
69 |
| - "sinon": "^2.3.1", |
70 |
| - "ts-loader": "4.3.0", |
| 69 | + "sinon": "^7.1.1", |
| 70 | + "ts-loader": "^5.3.0", |
71 | 71 | "tslint": "^5.11.0",
|
72 |
| - "tslint-config-prettier": "^1.15.0", |
| 72 | + "tslint-config-prettier": "^1.16.0", |
73 | 73 | "typescript": "^3.0.1",
|
74 | 74 | "vue": "^2.5.16",
|
75 | 75 | "vue-class-component": "^6.1.1",
|
|
0 commit comments