-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 953 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
35
36
37
38
39
40
41
{
"name": "sink",
"version": "3.0.1",
"description": "Helper scripts for The Michigan Daily",
"main": "./src/config.js",
"bin": {
"sink": "src/sink.js"
},
"repository": "https://github.com/MichiganDaily/sink",
"author": {
"name": "Naitian Zhou"
},
"contributors": [
{
"name": "Eric Lau"
}
],
"license": "MIT",
"private": true,
"type": "module",
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.449.0",
"@aws-sdk/client-s3": "^3.449.0",
"@aws-sdk/credential-providers": "^3.449.0",
"@googleapis/drive": "^5.1.0",
"@googleapis/sheets": "^4.0.2",
"archieml": "^0.5.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"d3-dsv": "^3.0.1",
"dotenv": "^16.3.1",
"find-up": "^6.3.0",
"google-auth-library": "^9.2.0",
"html-entities": "^2.4.0",
"htmlparser2": "^9.0.0",
"mime-types": "^2.1.35"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}