|
1 | 1 | {
|
2 | 2 | "name": "@poiw/saffron",
|
3 |
| - "version": "2.2.1", |
4 |
| - "description": "A fairly intuitive & powerful framework that enables you to collect & save articles and news from all over the web. ", |
| 3 | + "version": "3.0.0", |
| 4 | + "description": "A fairly intuitive & powerful framework that enables you to collect & save articles and news from all over the web. ", |
5 | 5 | "main": "dist/index.js",
|
| 6 | + "types": "dist/index/d.ts", |
6 | 7 | "dependencies": {
|
7 |
| - "axios": "^0.24.0", |
| 8 | + "axios": "^0.27.2", |
8 | 9 | "chalk": "^4.1.2",
|
9 |
| - "cheerio": "^1.0.0-rc.10", |
10 |
| - "crypto-js": "^4.1.1", |
11 |
| - "glob": "^7.2.0", |
12 |
| - "ip": "^1.1.5", |
| 10 | + "cheerio": "^1.0.0-rc.12", |
| 11 | + "glob": "^7.2.3", |
13 | 12 | "lodash": "^4.17.21",
|
14 |
| - "luxon": "^2.2.0", |
15 |
| - "mongodb": "^4.2.1", |
16 |
| - "nanoid": "^3.1.30", |
17 |
| - "public-ip": "^4.0.4", |
| 13 | + "luxon": "^2.4.0", |
| 14 | + "nanoid": "^3.3.4", |
18 | 15 | "rss-parser": "^3.12.0",
|
19 |
| - "socket.io": "^4.4.0", |
20 |
| - "socket.io-client": "4.4.0", |
| 16 | + "socket.io": "^4.5.1", |
| 17 | + "socket.io-client": "4.5.1", |
21 | 18 | "striptags": "^3.2.0"
|
22 | 19 | },
|
23 | 20 | "scripts": {
|
|
26 | 23 | "dev-worker": "cross-env NODE_ENV=development MODE=worker tsc-watch --onSuccess \"node --stack-trace-limit=100 ./test/worker.js\"",
|
27 | 24 | "docker-compose": "cd ./test/docker && sudo docker-compose up --remove-orphans ",
|
28 | 25 | "docker-compose-build": "cd ./test/docker && sudo docker-compose up --build --remove-orphans ",
|
29 |
| - "build": "rm -rf dist && tsc" |
| 26 | + "build": "rm -rf dist && tsc -d" |
30 | 27 | },
|
31 | 28 | "repository": {
|
32 | 29 | "type": "git",
|
|
40 | 37 | "homepage": "https://github.com/poiw-org/saffron#readme",
|
41 | 38 | "devDependencies": {
|
42 | 39 | "@types/cheerio": "^0.22.30",
|
43 |
| - "@types/crypto-js": "^4.0.2", |
44 |
| - "@types/ip": "^1.1.0", |
| 40 | + "@types/glob": "^7.2.0", |
45 | 41 | "@types/lodash": "^4.14.176",
|
46 | 42 | "@types/luxon": "^2.0.7",
|
47 |
| - "@types/mongodb": "^4.0.7", |
48 | 43 | "@types/xml2js": "^0.4.9",
|
49 | 44 | "cross-env": "^7.0.3",
|
50 |
| - "tsc-watch": "^4.5.0", |
51 |
| - "typescript": "^4.4.4", |
52 |
| - "dotenv": "^10.0.0" |
| 45 | + "dotenv": "^10.0.0", |
| 46 | + "tsc-watch": "^4.6.2", |
| 47 | + "typescript": "^4.7.4" |
53 | 48 | }
|
54 | 49 | }
|
0 commit comments