-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 855 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
{
"name": "ephemeral-tweets",
"version": "1.0.0",
"description": "Automatically delete your old tweets",
"main": "index.js",
"scripts": {
"start": "wt create --watch --bundle --secrets-file .secrets .",
"test": "mocha",
"deploy": "wt cron create --bundle --secrets-file .secrets --schedule '0 3 * * *' --tz Europe/Berlin ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephanmax/ephemeral-tweets.git"
},
"author": "Stephan Max <[email protected]> (https://stephanmax.is/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephanmax/ephemeral-tweets/issues"
},
"homepage": "https://github.com/stephanmax/ephemeral-tweets#readme",
"dependencies": {
"twit": "^2.2.10"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"wt-cli": "^11.0.0"
}
}