|
12 | 12 | "tsc": "tsc",
|
13 | 13 | "// test out with a private sample notion db": "",
|
14 | 14 | "large-site-test": "npm run ts -- -n $SIL_BLOOM_DOCS_NOTION_TOKEN -r $SIL_BLOOM_DOCS_NOTION_ROOT_PAGE --locales en,fr --log-level debug",
|
15 |
| - "pull-test-tagged": "npm run ts -- -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_TEST_ROOT_PAGE_ID --log-level debug --status-tag test", |
| 15 | + "pull-test-tagged": "npm run ts -- -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_TEST_ROOT_PAGE_ID --log-level info --status-tag test", |
16 | 16 | "pull-test-css": "npm run ts -- --css-output-directory ./test/css -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_TEST_ROOT_PAGE_ID --log-level debug --status-tag test",
|
17 | 17 | "pull-sample-site": "npm run ts -- -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_SAMPLE_ROOT_PAGE --log-level debug",
|
18 | 18 | "// test with a semi-stable/public site:": "",
|
19 | 19 | "pull-sample": "npm run ts -- -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_SAMPLE_ROOT_PAGE -m ./sample --locales en,es,fr,de --log-level verbose",
|
20 | 20 | "pull-sample-with-paths": "npm run ts -- -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_SAMPLE_ROOT_PAGE -m ./sample --img-output-path ./sample_img"
|
21 | 21 | },
|
22 | 22 | "//file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()",
|
23 |
| - "//[email protected]": "have to use this version before they switched to ESM, which gives a compile error related to require()", |
24 | 23 | "//chalk@4": "also ESM related problem",
|
25 | 24 | "//notion-client@4": "also ESM related problem",
|
26 | 25 | "//note: ts-node": "really is a runtime dependency",
|
27 | 26 | "dependencies": {
|
28 | 27 | "@notionhq/client": "2.2.3",
|
| 28 | + "axios": "^1.6.8", |
29 | 29 | "chalk": "^4.1.2",
|
30 | 30 | "commander": "^9.2.0",
|
31 | 31 | "cosmiconfig": "^8.0.0",
|
32 | 32 | "cosmiconfig-typescript-loader": "^4.3.0",
|
33 |
| - "file-type": "16.5.1", |
| 33 | + "file-type": "16.5.3", |
34 | 34 | "fs-extra": "^10.1.0",
|
35 | 35 | "limiter": "^2.1.0",
|
36 | 36 | "markdown-table": "^2.0.0",
|
37 |
| - "node-fetch": "2.6.6", |
38 | 37 | "notion-client": "^4",
|
39 | 38 | "notion-to-md": "3.1.1",
|
40 | 39 | "path": "^0.12.7",
|
41 |
| - "ts-node": "^10.2.1", |
42 |
| - "sanitize-filename": "^1.6.3" |
| 40 | + "sanitize-filename": "^1.6.3", |
| 41 | + "ts-node": "^10.2.1" |
43 | 42 | },
|
44 | 43 | "devDependencies": {
|
45 | 44 | "@types/fs-extra": "^9.0.13",
|
|
0 commit comments