|
21 | 21 | "prepare": "husky install" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@types/debug": "^4.1.7", |
25 | | - "@types/fs-extra": "^9.0.13", |
26 | | - "@types/jest": "^29.5.1", |
27 | | - "@types/js-yaml": "^4.0.2", |
28 | | - "@types/jsonld": "^1.5.8", |
29 | | - "@types/markdown-table": "2.0.0", |
30 | | - "@types/node": "^16.3.1", |
31 | | - "@types/request-promise": "^4.1.48", |
32 | | - "@types/unist": "^2.0.6", |
| 24 | + "axios": "^1.13.4", |
33 | 25 | "commander": "^8.0.0", |
34 | 26 | "debug": "^4.3.2", |
35 | 27 | "fastmatter": "^2.1.1", |
|
44 | 36 | "remark-frontmatter": "^3.0.0", |
45 | 37 | "remark-parse": "^9.0.0", |
46 | 38 | "remark-rehype": "8.1.0", |
47 | | - "request": "^2.88.2", |
48 | | - "request-promise": "^4.2.6", |
49 | 39 | "rimraf": "^3.0.2", |
50 | 40 | "ts-node": "^10.1.0", |
51 | 41 | "typescript": "^4.3.5", |
52 | 42 | "unified": "^9.2.1" |
53 | 43 | }, |
54 | 44 | "devDependencies": { |
| 45 | + "@types/debug": "^4.1.7", |
| 46 | + "@types/fs-extra": "^9.0.13", |
| 47 | + "@types/jest": "^29.5.1", |
| 48 | + "@types/js-yaml": "^4.0.2", |
| 49 | + "@types/jsonld": "^1.5.8", |
| 50 | + "@types/markdown-table": "2.0.0", |
| 51 | + "@types/node": "^16.3.1", |
| 52 | + "@types/unist": "^2.0.6", |
55 | 53 | "@typescript-eslint/eslint-plugin": "^4.28.3", |
56 | 54 | "@typescript-eslint/parser": "^4.28.3", |
57 | 55 | "eslint": "^7.30.0", |
|
80 | 78 | "prettier --write", |
81 | 79 | "git add" |
82 | 80 | ] |
83 | | - } |
| 81 | + }, |
| 82 | + "packageManager": "yarn@4.12.0" |
84 | 83 | } |
0 commit comments