-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.31 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
{
"name": "cast.generative.fm",
"version": "0.0.0",
"description": "Custom receiver application for casting music from Generative.fm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --host 192.168.1.10",
"build": "webpack-cli --mode production",
"lint": "eslint ./src",
"deploy": "npm run lint && npm run build && node ./scripts/deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/generative-music/cast.generative.fm.git"
},
"author": "Alex Bainter <alexbainter+github@gmail.com> (https://alexbainter.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/generative-music/cast.generative.fm/issues"
},
"homepage": "https://github.com/generative-music/cast.generative.fm#readme",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.2",
"aws-sdk": "^2.493.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.0.1",
"eslint-config-metalex9": "^0.3.0",
"glob": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"mime-types": "^2.1.24",
"node-gzip": "^1.1.2",
"prettier": "^1.18.2",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {}
}