-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 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
{
"name": "fedi-favicon-api",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ts-node src/create.ts"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/cheerio": "^0.22.21",
"@types/jimp": "^0.2.28",
"@types/koa": "^2.11.3",
"@types/koa-router": "^7.4.1",
"@types/node": "^14.0.26",
"@types/superagent": "^4.1.8",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3",
"jimp": "^0.14.0",
"json5": "^2.2.3",
"koa": "^2.13.0",
"koa-router": "^9.1.0",
"superagent": "^5.3.1"
}
}