-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "irys",
"version": "3.0.0",
"description": "Personlised media cards",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joshua-Noakes1/IRyS.git"
},
"author": "Joshua-Noakes1",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Joshua-Noakes1/IRyS/issues"
},
"homepage": "https://github.com/Joshua-Noakes1/IRyS#readme",
"dependencies": {
"body-parser": "^2.3.0",
"canvas": "^3.2.3",
"canvas-txt": "^4.1.1",
"cli-color": "^2.0.4",
"compression": "^1.8.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"ejs": "^6.0.1",
"express": "^5.2.1",
"fast-average-color-node": "^3.2.0",
"jimp": "^1.6.1",
"jimp-roundcorners": "^1.1.0",
"morgan": "^1.11.0",
"node-fetch": "^2.6.7",
"path": "^0.12.7",
"serve-favicon": "^2.5.1",
"spotify-url-info": "^3.3.1",
"twitter": "^1.7.1",
"uuid": "^14.0.1",
"workerpool": "^10.0.3"
}
}