UNPKG

815 BJSONView Raw
1{
2 "name": "twitv2-stream",
3 "version": "1.0.9",
4 "description": "Streaming from v2 twitter API",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --ui bdd",
8 "build:docs": "jsdoc -c .jsdoc.json"
9 },
10 "keywords": [
11 "twitter",
12 "api",
13 "client",
14 "http",
15 "v2"
16 ],
17 "author": "David Young",
18 "license": "GPL-3.0-or-later",
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/CrunchwrapSupreme/twit-stream-v2.git"
22 },
23 "homepage": "https://crunchwrapsupreme.github.io/twit-stream-v2/index.html",
24 "dependencies": {
25 "axios": "^0.21.1",
26 "dev-null-stream": "^0.0.1"
27 },
28 "devDependencies": {
29 "docdash": "^1.2.0",
30 "eslint": "^7.11.0",
31 "eslint-plugin-mocha": "^8.0.0",
32 "jsdoc": "^3.6.6",
33 "mocha": "^8.2.1"
34 },
35 "types": "./types.d.ts"
36}