Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Added package.json entries for publishing on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
elbojoloco committed Apr 24, 2019
1 parent 33a0b9b commit 4a2e311
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"name": "twitch-stream-lurker",
"version": "1.0.0",
"version": "1.1.0",
"description": "Logs in to a twitch account and lurks any channel permanently.",
"keywords": ["twitch", "lurk", "permanent", "channel", "viewer", "lurker"],
"homepage": "https://github.com/elbojoloco/twitch-stream-lurker",
"bugs": "https://github.com/elbojoloco/twitch-stream-lurker/issues",
"repository": "https://github.com/elbojoloco/twitch-stream-lurker",
"main": "lurk.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "node setup.js",
"lurk": "node lurk.js",
"clear-screenshots": "node clear-screenshots.js"
},
"author": "elbojoloco",
"author": "Lucas Snel",
"license": "MIT",
"dependencies": {
"puppeteer": "^1.14.0"
"puppeteer": "^1.14.0",
"node": ">=7.6.0"
}
}

0 comments on commit 4a2e311

Please sign in to comment.