|
1 | 1 | {
|
2 | 2 | "name": "article-webpage-to-markdown-action",
|
3 | 3 | "private": true,
|
4 |
| - "version": "1.0.1", |
| 4 | + "version": "1.0.2", |
5 | 5 | "description": "Automatically generate Markdown files based on the webpages of articles. Currently supports freeCodeCamp's news site.",
|
6 | 6 | "main": "dist/index.js",
|
7 | 7 | "scripts": {
|
8 |
| - "prepare": "husky install", |
| 8 | + "prepare": "husky", |
9 | 9 | "test": "lint-staged && jest",
|
10 | 10 | "build": "rimraf dist/ && ncc build ./src/index.ts -m -o dist --license licenses.txt"
|
11 | 11 | },
|
|
23 | 23 | "@actions/core": "^1.10.1",
|
24 | 24 | "@actions/github": "^6.0.0",
|
25 | 25 | "@octokit/rest": "^20.0.2",
|
26 |
| - "fs-extra": "^11.1.1", |
27 |
| - "linkedom": "^0.15.6", |
28 |
| - "marked": "^9.1.2", |
| 26 | + "fs-extra": "^11.2.0", |
| 27 | + "linkedom": "^0.16.8", |
| 28 | + "marked": "^12.0.0", |
29 | 29 | "turndown": "^7.1.2",
|
30 | 30 | "turndown-plugin-gfm": "^1.0.2",
|
31 |
| - "yaml": "^2.3.3" |
| 31 | + "yaml": "^2.3.4" |
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@types/fs-extra": "^11.0.2", |
35 |
| - "@types/jest": "^29.5.5", |
36 |
| - "@types/node": "^20.8.6", |
37 |
| - "@types/turndown": "^5.0.2", |
38 |
| - "@vercel/ncc": "^0.38.0", |
39 |
| - "husky": "^8.0.3", |
| 34 | + "@types/fs-extra": "^11.0.4", |
| 35 | + "@types/jest": "^29.5.12", |
| 36 | + "@types/node": "^20.11.17", |
| 37 | + "@types/turndown": "^5.0.4", |
| 38 | + "@vercel/ncc": "^0.38.1", |
| 39 | + "husky": "^9.0.10", |
40 | 40 | "jest": "^29.7.0",
|
41 | 41 | "lint-md-cli": "^0.1.2",
|
42 |
| - "lint-staged": "^14.0.1", |
43 |
| - "prettier": "^3.0.3", |
| 42 | + "lint-staged": "^15.2.2", |
| 43 | + "prettier": "^3.2.5", |
44 | 44 | "rimraf": "^5.0.5",
|
45 |
| - "ts-jest": "^29.1.1", |
46 |
| - "typescript": "^5.2.2" |
| 45 | + "ts-jest": "^29.1.2", |
| 46 | + "typescript": "~5.3.3" |
47 | 47 | },
|
48 | 48 | "prettier": {
|
49 | 49 | "singleQuote": true,
|
|
0 commit comments