|
2 | 2 | "name": "javascript-algorithms-and-data-structures",
|
3 | 3 | "version": "0.0.4",
|
4 | 4 | "description": "Algorithms and data-structures implemented on JavaScript",
|
5 |
| - "main": "index.js", |
6 |
| - "scripts": { |
7 |
| - "lint": "eslint ./src/**", |
8 |
| - "test": "jest", |
9 |
| - "coverage": "npm run test -- --coverage", |
10 |
| - "ci": "npm run lint && npm run coverage", |
11 |
| - "prepare": "husky install" |
12 |
| - }, |
13 | 5 | "repository": {
|
14 | 6 | "type": "git",
|
15 | 7 | "url": "git+https://github.com/trekhleb/javascript-algorithms.git"
|
|
28 | 20 | "interview",
|
29 | 21 | "interview-preparation"
|
30 | 22 | ],
|
31 |
| - "author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)", |
| 23 | + "author": "Oleksii Trekhleb (https://trekhleb.dev)", |
32 | 24 | "license": "MIT",
|
33 | 25 | "bugs": {
|
34 | 26 | "url": "https://github.com/trekhleb/javascript-algorithms/issues"
|
35 | 27 | },
|
36 | 28 | "homepage": "https://github.com/trekhleb/javascript-algorithms#readme",
|
| 29 | + "main": "index.js", |
| 30 | + "scripts": { |
| 31 | + "lint": "eslint ./src/**", |
| 32 | + "test": "jest", |
| 33 | + "coverage": "npm run test -- --coverage", |
| 34 | + "ci": "npm run lint && npm run coverage", |
| 35 | + "prepare": "husky install" |
| 36 | + }, |
37 | 37 | "devDependencies": {
|
38 |
| - "@babel/cli": "7.15.7", |
39 |
| - "@babel/preset-env": "7.15.8", |
40 |
| - "@types/jest": "27.0.2", |
41 |
| - "canvas": "2.8.0", |
42 |
| - "eslint": "8.0.1", |
43 |
| - "eslint-config-airbnb": "18.2.1", |
44 |
| - "eslint-plugin-import": "2.25.2", |
45 |
| - "eslint-plugin-jest": "25.2.2", |
46 |
| - "eslint-plugin-jsx-a11y": "6.4.1", |
47 |
| - "eslint-plugin-react": "7.26.1", |
48 |
| - "husky": "7.0.2", |
49 |
| - "jest": "27.3.0" |
| 38 | + "@babel/cli": "7.16.8", |
| 39 | + "@babel/preset-env": "7.16.11", |
| 40 | + "@types/jest": "27.4.0", |
| 41 | + "canvas": "2.9.0", |
| 42 | + "eslint": "8.7.0", |
| 43 | + "eslint-config-airbnb": "19.0.4", |
| 44 | + "eslint-plugin-import": "2.25.4", |
| 45 | + "eslint-plugin-jest": "25.7.0", |
| 46 | + "eslint-plugin-jsx-a11y": "6.5.1", |
| 47 | + "eslint-plugin-react": "7.28.0", |
| 48 | + "husky": "7.0.4", |
| 49 | + "jest": "27.4.7" |
50 | 50 | },
|
51 | 51 | "engines": {
|
52 |
| - "node": ">=12.0.0", |
53 |
| - "npm": ">=6.9.0" |
| 52 | + "node": ">=14.16.0", |
| 53 | + "npm": ">=6.14.0" |
54 | 54 | }
|
55 | 55 | }
|
0 commit comments