-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 745 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 745 Bytes
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
{
"name": "artadoproxy",
"version": "1.0.0",
"description": "Proxy for Artado Search",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "proxy"
},
"keywords": [
"artado",
"search",
"api"
],
"author": "Arda Tahtacı",
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"express": "^4.19.2",
"iconv-lite": "^0.6.3"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}