-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "@visbot/twitter-archive",
"private": true,
"version": "1.0.0",
"description": "Take ownership of your Twitter data and host your own Twitter archive.",
"scripts": {
"clean": "rm -rf .cache",
"import": "node database/import-from-archive.js",
"fetch-new-data": "node database/fetchFromApi.js",
"build": "npx @11ty/eleventy --quiet --pathprefix 'twitter-archive'",
"start": "npx @11ty/eleventy --quiet --serve"
},
"keywords": [],
"contributors": [
"Zach Leatherman <[email protected]> (https://zachleat.com/)"
],
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "2.0.0-canary.18",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-img": "^2.0.1",
"@tweetback/canonical": "^2.0.0",
"country-emoji": "^1.5.6",
"dotenv": "^9.0.2",
"emoji-regex": "^8.0.0",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"parse-domain": "^2.3.2",
"sentiment": "^5.0.2",
"sqlite3": "^5.1.2",
"swearjar": "^0.2.0",
"twitter-lite": "^1.1.0"
},
"dependencies": {
"chartist": "^0.11.4"
}
}