-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.1 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
{
"name": "instant-bot",
"version": "0.0.18",
"description": "Instant bots on Glitch and AWS Lambda",
"main": "index.js",
"scripts": {
"test": "jest"
},
"bin": {
"instant-bot": "./bin/cli"
},
"keywords": [
"serverless",
"twitter",
"mastodon",
"bot",
"lambda",
"aws"
],
"homepage": "https://github.com/ecmendenhall/instant-bot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ecmendenhall/instant-bot.git"
},
"author": "EC Mendenhall <e@cmendenhall.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecmendenhall/instant-bot/issues"
},
"devDependencies": {
"chai": "^3.5.0",
"jest": "^19.0.2",
"mocha": "^3.3.0",
"supertest": "^3.0.0",
"testem": "^1.16.0"
},
"dependencies": {
"axios": "^0.16.1",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"inquirer": "^3.0.6",
"juration": "^0.1.0",
"marked": "^0.3.6",
"mastodon": "^1.2.0",
"moment": "^2.18.1",
"node-schedule": "^1.2.1",
"serverless": "^1.12.1",
"twit": "^2.2.5",
"yargs": "^8.0.1"
}
}