|
1 | 1 | { |
2 | 2 | "name": "@exercism/javascript-concept-errors", |
3 | 3 | "author": "Tom Pradat <tom.pradat@gmail.com>", |
4 | | - "version": "1.0.0", |
5 | | - "license": "MIT", |
6 | 4 | "private": true, |
7 | 5 | "repository": { |
8 | 6 | "type": "git", |
9 | | - "url": "https://github.com/exercism/language-concepts.git", |
| 7 | + "url": "https://github.com/exercism/javascript", |
10 | 8 | "directory": "languages/javascript/exercises/concept/errors" |
11 | 9 | }, |
12 | 10 | "devDependencies": { |
13 | | - "@babel/cli": "^7.8.4", |
14 | | - "@babel/core": "^7.9.6", |
15 | | - "@babel/preset-env": "^7.9.6", |
16 | | - "@types/jest": "^25.2.2", |
17 | | - "@types/node": "^14.0.1", |
| 11 | + "@babel/cli": "^7.13.0", |
| 12 | + "@babel/core": "^7.13.1", |
| 13 | + "@babel/plugin-syntax-bigint": "^7.8.3", |
| 14 | + "@babel/preset-env": "^7.13.5", |
| 15 | + "@types/jest": "^26.0.20", |
| 16 | + "@types/node": "^14.14.31", |
18 | 17 | "babel-eslint": "^10.1.0", |
19 | | - "babel-jest": "^26.0.1", |
20 | | - "eslint": "^7.0.0", |
21 | | - "eslint-plugin-import": "^2.20.2", |
22 | | - "jest": "^26.0.1" |
23 | | - }, |
24 | | - "dependencies": {}, |
25 | | - "jest": { |
26 | | - "modulePathIgnorePatterns": [ |
27 | | - "package.json" |
28 | | - ] |
| 18 | + "babel-jest": "^26.6.3", |
| 19 | + "core-js": "^3.9.0", |
| 20 | + "eslint": "^7.20.0", |
| 21 | + "eslint-plugin-import": "^2.22.1", |
| 22 | + "jest": "^26.6.3" |
29 | 23 | }, |
30 | 24 | "scripts": { |
31 | 25 | "test": "jest --no-cache ./*", |
32 | 26 | "watch": "jest --no-cache --watch ./*", |
33 | | - "lint": "eslint .", |
34 | | - "lint-test": "eslint . && jest --no-cache ./* " |
35 | | - } |
| 27 | + "lint": "eslint ." |
| 28 | + }, |
| 29 | + "license": "MIT", |
| 30 | + "dependencies": {} |
36 | 31 | } |
0 commit comments