This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
/
.package.json
140 lines (140 loc) · 3.2 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "twitter-bot-bootstrap",
"version": "0.2.1",
"description": "A bootstrap for a twitter bot!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "snyk test && node index.js",
"snyk-protect": "snyk protect contributor --yes",
"prepublish": "npm run snyk-protect",
"deploy": "now -E",
"format": "prettier es5 --no-semi --single-quote --write src/**/*.js",
"contrib": "contributor"
},
"pre-commit": [
"format"
],
"devDependencies": {
"contributor": "0.1.25",
"prettier": "1.7.4"
},
"dependencies": {
"console.lol": "0.1.2",
"dotenv": "4.0.0",
"snyk": "1.46.0",
"twit": "2.2.9",
"unique-random-array": "1.0.0"
},
"now": {
"alias": "twitter-bot-bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spences10/twitter-bot-bootstrap.git"
},
"keywords": [
"twitter",
"bot",
"bootstrap"
],
"author": "Scott Spence <spences10apps@gmail.com> (https://blog.scottspence.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spences10/twitter-bot-bootstrap/issues"
},
"homepage": "https://github.com/spences10/twitter-bot-bootstrap#readme",
"snyk": true,
"contributors": [
{
"name": "Paul Abrams",
"email": null,
"url": "https://github.com/pabrams",
"contributions": 1,
"additions": 3,
"deletions": 3,
"hireable": null
},
{
"name": "Nikki L.R.",
"email": null,
"url": "https://github.com/nikkilr88",
"contributions": 7,
"additions": 46,
"deletions": 33,
"hireable": true
},
{
"name": "Joshua Vaage",
"email": null,
"url": "https://github.com/whaleen",
"contributions": 1,
"additions": 1,
"deletions": 0,
"hireable": true
},
{
"name": "Will Hurley",
"email": null,
"url": "https://github.com/wjhurley",
"contributions": 9,
"additions": 66,
"deletions": 66,
"hireable": true
},
{
"name": "Sergio Ruiz",
"email": null,
"url": "https://github.com/serginator",
"contributions": 3,
"additions": 22,
"deletions": 4,
"hireable": null
},
{
"name": "Martius",
"email": null,
"url": "https://github.com/martiuslim",
"contributions": 1,
"additions": 13,
"deletions": 0,
"hireable": null
},
{
"name": "Jade Thornton",
"email": null,
"url": "https://github.com/Raindeer44",
"contributions": 1,
"additions": 1,
"deletions": 2,
"hireable": true
},
{
"name": "Millan Sanchez",
"email": null,
"url": "https://github.com/masdc",
"contributions": 2,
"additions": 5,
"deletions": 2,
"hireable": null
},
{
"name": "Scott Spence",
"email": null,
"url": "https://github.com/spences10",
"contributions": 126,
"additions": 18460,
"deletions": 13315,
"hireable": true
},
{
"name": "Snyk bot",
"email": null,
"url": "https://github.com/snyk-bot",
"contributions": 1,
"additions": 19,
"deletions": 3,
"hireable": null
}
]
}