-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "musicorum-generator",
"version": "1.0.0",
"description": "Image generator for the Musicurum project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start-dev": "nodemon --exec node --ignore '*.json' -r dotenv/config index.js",
"start-env": "node -r dotenv/config index.js"
},
"author": "metehus",
"repository": {
"type": "git",
"url": "https://github.com/musicorum-app/generator.git"
},
"license": "GPL-3.0",
"dependencies": {
"@sentry/node": "^5.15.5",
"axios": "^0.19.2",
"canvas": "^2.6.0",
"chalk": "^2.4.2",
"chroma-js": "^2.1.0",
"cors": "^2.8.5",
"delta-e": "0.0.7",
"express": "^4.17.1",
"file-type": "^14.6.0",
"get-image-colors": "^2.0.1",
"install": "^0.13.0",
"morgan": "^1.9.1",
"node-fetch": "^2.6.0",
"node-spotify-api": "^1.1.1",
"node-vibrant": "^3.1.5",
"npm": "^6.14.5",
"sharp": "^0.23.4"
},
"devDependencies": {
"dotenv": "^8.1.0",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^1.19.4"
}
}