summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-05-30 19:20:42 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-05-30 19:20:42 +0200
commitda4c8c2fda07812e643363114c67df3ec0d3925e (patch)
tree02694c94ec64b667d799ec13f32a39427dc4d125 /package.json
downloadyt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.gz
yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.bz2
yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.zip
init commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9ace161
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "yta",
+ "version": "1.0.0",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "description": "",
+ "dependencies": {
+ "colors": "^1.4.0",
+ "node-fetch": "^2.6.1",
+ "prompt": "^1.1.0"
+ }
+}