-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "epic_rock_radio",
"version": "1.0.8",
"description": "",
"main": ".bin/index.dist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel index.js -o index.dist.js && babel image.js -o image.dist.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nathanjohnson320/epic_rock_radio"
},
"bin": {
"epic": ".bin/index.js"
},
"keywords": [
"internet",
"radio",
"epic",
"rock",
"radio"
],
"author": "Nathan Johnson",
"license": "MIT",
"dependencies": {
"@suldashi/lame": "^1.2.5",
"got": "^11.7.0",
"icecast-parser": "^4.0.2",
"ink": "^3.0.7",
"ink-big-text": "^1.2.0",
"ink-divider": "^3.0.0",
"pcm-volume": "^1.0.0",
"react": "^16.13.1",
"speaker": "^0.5.2",
"terminal-image": "^1.2.1",
"wav": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4"
}
}