|
24 | 24 | "stream-to-promise": "^2.2.0",
|
25 | 25 | "tslib": "^1.9.3",
|
26 | 26 | "unzipper": "^0.9.11",
|
27 |
| - "yargs": "^13.2.2" |
28 |
| - }, |
29 |
| - "devDependencies": { |
30 |
| - "@types/chai": "^4.1.4", |
31 |
| - "@types/chai-as-promised": "^7.1.0", |
32 |
| - "@types/mocha": "^5.2.5", |
33 |
| - "@types/node": "^11.11.4", |
34 |
| - "@typescript-eslint/eslint-plugin": "^1.9.0", |
35 |
| - "@typescript-eslint/parser": "^1.9.0", |
36 |
| - "chai": "^4.1.2", |
37 |
| - "chai-as-promised": "^7.1.1", |
| 27 | + "yargs": "^13.2.2", |
38 | 28 | "jasmine-core": "^3.4.0",
|
39 | 29 | "karma": "^4.1.0",
|
40 |
| - "karma-chai": "^0.1.0", |
41 | 30 | "karma-chrome-launcher": "^2.2.0",
|
42 |
| - "karma-coverage": "^1.1.2", |
43 | 31 | "karma-jasmine": "^2.0.1",
|
44 | 32 | "karma-json-fixtures-preprocessor": "0.0.6",
|
45 |
| - "karma-mocha": "^1.3.0", |
46 |
| - "karma-typescript": "^4.0.0", |
47 | 33 | "karma-webpack": "^3.0.5",
|
48 |
| - "mocha": "^5.2.0", |
49 |
| - "mocha-loader": "^2.0.1", |
| 34 | + "webpack": "^4.30.0", |
| 35 | + "puppeteer": "^1.14.0" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@types/node": "^11.11.4", |
| 39 | + "@typescript-eslint/eslint-plugin": "^1.9.0", |
| 40 | + "@typescript-eslint/parser": "^1.9.0", |
50 | 41 | "nyc": "^14.0.0",
|
51 |
| - "puppeteer": "^1.14.0", |
52 | 42 | "standard": "^12.0.1",
|
53 |
| - "ts-loader": "^5.3.3", |
54 |
| - "ts-node": "^7.0.1", |
55 |
| - "typescript": "^3.5.0", |
56 |
| - "webpack": "^4.30.0", |
57 |
| - "webpack-cli": "^3.3.0" |
| 43 | + "typescript": "^3.5.0" |
58 | 44 | },
|
59 | 45 | "sideEffects": false,
|
60 | 46 | "main": "./build/main/index.js",
|
|
63 | 49 | "bin": "./build_fixtures",
|
64 | 50 | "files": [
|
65 | 51 | "build/**/*",
|
66 |
| - "build_fixtures" |
| 52 | + "build_fixtures", |
| 53 | + "karma.conf.js" |
67 | 54 | ],
|
68 | 55 | "standard": {
|
69 | 56 | "parser": "@typescript-eslint/parser",
|
|
0 commit comments