UNPKG

893 BJSONView Raw
1{
2 "name": "twitv2-stream",
3 "version": "1.0.0",
4 "description": "Streaming from v2 twitter API",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha",
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 },
27 "devDependencies": {
28 "@typescript-eslint/eslint-plugin": "^4.14.1",
29 "@typescript-eslint/parser": "^4.14.1",
30 "docdash": "^1.2.0",
31 "eslint": "^7.18.0",
32 "eslint-plugin-mocha": "^8.0.0",
33 "jsdoc": "^3.6.6",
34 "mocha": "^8.2.0",
35 "tslint": "^6.1.3",
36 "typescript": "^4.1.3"
37 }
38}