-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@topmonks/quip-notion",
"version": "1.0.1",
"description": "",
"main": "index.js",
"bin": {
"quip-notion": "bin.js"
},
"scripts": {
"dev": "NODE_OPTIONS=\"--openssl-legacy-provider -r dotenv/config\" node --import=extensionless/register",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-sonarjs": "0.25.1",
"jest": "29.7.0",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"supertest": "6.3.4"
},
"dependencies": {
"@aws-sdk/client-s3": "3.556.0",
"@aws-sdk/lib-storage": "3.556.0",
"@notionhq/client": "2.2.15",
"@tryfabric/martian": "1.2.4",
"commander": "12.0.0",
"dotenv": "16.4.5",
"extensionless": "1.9.6",
"hast-util-from-html": "2.0.1",
"hast-util-to-html": "9.0.1",
"hast-util-to-mdast": "10.1.0",
"lodash.chunk": "4.2.0",
"mdast-util-gfm-table": "2.0.0",
"mdast-util-to-markdown": "2.1.0",
"mime-types": "2.1.35"
},
"files": [
"*/**.js",
"*.js"
]
}