-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 956 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "twitter-following-intersection",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"dotenv": "^6.2.0",
"lodash": "^4.17.15",
"twit": "^2.2.11",
"validate-typescript": "^4.0.2"
},
"devDependencies": {
"@types/chai": "^4.2.6",
"@types/chai-as-promised": "^7.1.2",
"@types/dotenv": "^4.0.3",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.6",
"@types/random-js": "^1.0.31",
"@types/twit": "^2.2.23",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"random-js": "^1.0.8",
"reproducible-random": "^2.2.2",
"source-map-support": "^0.5.16",
"tslint": "^5.20.1",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.7.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joe MacMahon <joe@macmahon.eu>",
"license": "AGPL-3.0"
}