From 29537ea761132b7b9cd6fd76198f20f90478b062 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 18 Jul 2022 15:01:49 +0200 Subject: [PATCH] add package.json Signed-off-by: Christian Richter --- package.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6a556e3 --- /dev/null +++ b/package.json @@ -0,0 +1,37 @@ +{ + "name": "weirdradio", + "version": "v0.1.0", + "description": "A matrix bot that extracts youtube links and crafts a pseudo-radio from it", + "main": "weirdradio.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dragonchaser/weirdradio.git" + }, + "keywords": [ + "matrix", + "synapse", + "bot", + "youtube" + ], + "author": "Christian Richter", + "license": "MIT", + "bugs": { + "url": "https://github.com/dragonchaser/weirdradio/issues" + }, + "homepage": "https://github.com/dragonchaser/weirdradio#readme", + "dependencies": {}, + "devDependencies": { + "cheerio": "^1.0.0-rc.3", + "jsonfile": "^6.0.1", + "matrix-bot-sdk": "^0.5.7", + "request": "^2.88.2", + "ws": "~8.8.0" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + } + } + \ No newline at end of file