-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1022 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
{
"type": "module",
"scripts": {
"start": "yarn test",
"test": "tsx index.ts",
"check-format": "prettier --check .",
"format": "prettier --write .",
"vercel:deploy": "vercel deploy --prod",
"vercel:dev": "vercel dev"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/baretest": "^2.0.0",
"@types/node": "^18.14.2",
"@types/nodemailer": "^6.4.14",
"@types/nunjucks": "^3.2.6",
"@vercel/node": "^3.0.12",
"baretest": "^2.0.0",
"dotenv": "^16.3.1",
"prettier": "2.8.4",
"tsx": "^4.19.2",
"typescript": "^5.3.3",
"vercel": "^35.2.2"
},
"dependencies": {
"@borjagaribotti/open-api": "^1.0.0",
"@notionhq/client": "^2.2.14",
"axios": "^1.6.2",
"dbotion": "^0.0.8",
"esm": "^3.2.25",
"googleapis": "^128.0.0",
"marked": "^11.1.0",
"nodemailer": "^6.9.7",
"notion-to-mdast": "^1.0.0",
"nunjucks": "^3.2.4",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5"
}
}