forked from ArtBlocks/legacy-alertbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 950 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
{
"name": "art-blocks-alert-bot",
"version": "1.0.0",
"main": "index.js",
"author": "Steve Klebanoff <steve.klebnoff@gmail.com>",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/ts-node ./src/index.ts",
"test": "mocha --exit -r ts-node/register src/test/*",
"delete-tweet": "run(){ ./node_modules/.bin/ts-node ./src/scripts/delete_tweet.ts $1; }; run"
},
"dependencies": {
"@types/bull": "^3.15.7",
"@types/mocha": "^9.0.0",
"@types/node-cron": "^2.0.3",
"@types/oauth": "^0.9.1",
"@types/redis": "^2.8.28",
"axios": "^0.21.0",
"bull": "^4.2.0",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"delay": "^4.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.2",
"ioredis": "^4.28.2",
"mocha": "^9.1.3",
"nock": "^13.2.1",
"node-cron": "^2.0.3",
"oauth": "^0.9.15",
"ts-node": "^9.0.0",
"twitter-api-v2": "^1.6.5",
"typescript": "^4.1.2"
}
}