-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@unistudents/saffron",
"version": "6.2.1",
"description": "A fairly intuitive & powerful framework that enables you to collect & save articles and news from all over the web. ",
"license": "MIT",
"homepage": "https://github.com/unistudents/saffron#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/unistudents/saffron.git"
},
"bugs": {
"url": "https://github.com/unistudents/saffron/issues"
},
"scripts": {
"test": "mocha --exit --bail --forbid-only --require ts-node/register test/index.test.ts",
"clean": "rm -rf dist",
"build": "tsc -d"
},
"dependencies": {
"axios": "1.7.4",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"fast-xml-parser": "^4.4.1",
"glob": "^11.0.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"rss-parser": "^3.13.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"striptags": "^3.2.0"
},
"devDependencies": {
"@types/chai": "^4.3.17",
"@types/cheerio": "^0.22.35",
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.7",
"chai": "^4.5.0",
"express": "^4.19.2",
"mocha": "^10.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"http-proxy-middleware": "^2.0.6"
}
}