forked from tweetback/tweetback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "@tweetback/tweetback",
"version": "1.0.0",
"private": true,
"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",
"import-without-circles": "npm run import -- removecircletweets",
"fetch-new-data": "node database/fetchFromApi.js",
"build": "npx @11ty/eleventy --quiet",
"start": "npx @11ty/eleventy --quiet --serve"
},
"keywords": [],
"contributors": [
"Zach Leatherman <[email protected]> (https://zachleat.com/)"
],
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "2.0.0-canary.23",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-img": "^2.0.1",
"@tweetback/canonical": "^2.0.20",
"country-emoji": "^1.5.6",
"dotenv": "^16.0.3",
"emoji-regex": "^10.2.1",
"entities": "^4.4.0",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"pagefind": "^0.10.6",
"parse-domain": "^5.0.0",
"sentiment": "^5.0.2",
"sqlite3": "^5.1.4",
"swearjar": "^0.2.0",
"twitter-lite": "^1.1.0"
},
"dependencies": {
"@11ty/is-land": "^3.0.0"
}
}