Skip to content

Commit e34c074

Browse files
authored
Create package.json
1 parent bf93b8f commit e34c074

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "opusify",
3+
"version": "1.0.0",
4+
"description": "Transcode radio streams to Opus-encoded audio streams",
5+
"main": "app.js",
6+
"devDependencies": {
7+
"coffee-script": "^1.7.1"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/LeWarpy/opusify.git"
15+
},
16+
"keywords": [
17+
"opus"
18+
],
19+
"author": "LeWarpy <[email protected]>",
20+
"license": "UNLICENSED",
21+
"bugs": {
22+
"url": "https://github.com/LeWarpy/opusify/issues"
23+
},
24+
"homepage": "https://github.com/LeWarpy/opusify#readme",
25+
"dependencies": {
26+
"express": "^4.18.2"
27+
}
28+
}

0 commit comments

Comments
 (0)