|
1 | 1 | { |
2 | | - "name": "@sillsdev/docu-notion", |
3 | | - "description": "Download Notion pages as markdown and image files, preserving hierarchy and enabling workflow properties. Works with Docusaurus.", |
4 | | - "main": "./dist/index.js", |
5 | | - "bin": "dist/index.js", |
6 | | - "files": [ |
7 | | - "dist/**/*" |
8 | | - ], |
9 | 2 | "scripts": { |
10 | 3 | "test": "jest", |
11 | 4 | "build": "yarn test && tsc && cp ./src/css/*.css dist/", |
|
24 | 17 | "pull-sample": "yarn ts -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_SAMPLE_ROOT_PAGE -m ./sample --locales en,es,fr,de --log-level verbose", |
25 | 18 | "pull-sample-with-paths": "yarn ts -n $DOCU_NOTION_INTEGRATION_TOKEN -r $DOCU_NOTION_SAMPLE_ROOT_PAGE -m ./sample --img-output-path ./sample_img" |
26 | 19 | }, |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "git+https://github.com/sillsdev/docu-notion.git" |
30 | | - }, |
31 | | - "license": "MIT", |
32 | | - "author": { |
33 | | - "name": "SIL Language Software Development", |
34 | | - "email": "sillsdev@users.noreply.github.com", |
35 | | - "url": "https://github.com/sillsdev" |
36 | | - }, |
37 | | - "engines": { |
38 | | - "node": ">=12.0" |
39 | | - }, |
40 | | - "keywords": [ |
41 | | - "docusaurus", |
42 | | - "notion", |
43 | | - "markdown" |
44 | | - ], |
45 | | - "bugs": { |
46 | | - "url": "https://github.com/sillsdev/docu-notion/issues" |
47 | | - }, |
48 | | - "homepage": "https://github.com/sillsdev/docu-notion#readme", |
49 | 20 | "//file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()", |
50 | 21 | "//node-fetch@2.6.6file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()", |
51 | 22 | "//chalk@4": "also ESM related problem", |
|
88 | 59 | "ts-node": "^10.2.1", |
89 | 60 | "typescript": "^4.6.4" |
90 | 61 | }, |
| 62 | + "name": "@sillsdev/docu-notion", |
| 63 | + "description": "Download Notion pages as markdown and image files, preserving hierarchy and enabling workflow properties. Works with Docusaurus.", |
| 64 | + "license": "MIT", |
| 65 | + "author": { |
| 66 | + "name": "SIL Language Software Development", |
| 67 | + "email": "sillsdev@users.noreply.github.com", |
| 68 | + "url": "https://github.com/sillsdev" |
| 69 | + }, |
| 70 | + "keywords": [ |
| 71 | + "docusaurus", |
| 72 | + "notion", |
| 73 | + "markdown", |
| 74 | + "documentation" |
| 75 | + ], |
| 76 | + "bugs": { |
| 77 | + "url": "https://github.com/sillsdev/docu-notion/issues" |
| 78 | + }, |
| 79 | + "homepage": "https://github.com/sillsdev/docu-notion#readme", |
| 80 | + "packageManager": "yarn@3.4.1", |
| 81 | + "main": "./dist/index.js", |
| 82 | + "bin": "dist/index.js", |
| 83 | + "files": [ |
| 84 | + "dist/**/*" |
| 85 | + ], |
91 | 86 | "release": { |
92 | 87 | "branches": [ |
93 | | - "main" |
| 88 | + "main", |
| 89 | + "release" |
94 | 90 | ] |
95 | 91 | }, |
96 | 92 | "publishConfig": { |
|
0 commit comments