-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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": "@niama/notion-tools",
"description": "Notion tools",
"version": "1.2.3",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"dependencies": {
"@mobily/ts-belt": "4.0.0-rc.5",
"@notionhq/client": "^2.2.14",
"destr": "^2.0.2",
"fs-extra": "^11.2.0",
"just-kebab-case": "^4.2.0",
"notion-to-md": "^3.1.1",
"ofetch": "^1.3.3",
"pathe": "^1.1.1",
"sharp": "^0.33.1",
"type-fest": "^4.8.3",
"ufo": "^1.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^50.0.1",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}