|
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": "vitest",
|
11 | 4 | "build": "npm run test -- --run && tsc && cp ./src/css/*.css dist/",
|
|
24 | 17 | "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",
|
25 | 18 | "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"
|
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 |
| - |
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 | "//[email protected]": "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",
|
|
94 | 65 | "main"
|
95 | 66 | ]
|
96 | 67 | },
|
| 68 | + "name": "@sillsdev/docu-notion", |
| 69 | + "description": "Download Notion pages as markdown and image files, preserving hierarchy and enabling workflow properties. Works with Docusaurus.", |
| 70 | + "license": "MIT", |
| 71 | + "author": { |
| 72 | + "name": "SIL Language Software Development", |
| 73 | + |
| 74 | + "url": "https://github.com/sillsdev" |
| 75 | + }, |
| 76 | + "keywords": [ |
| 77 | + "docusaurus", |
| 78 | + "notion", |
| 79 | + "markdown", |
| 80 | + "documentation" |
| 81 | + ], |
| 82 | + "bugs": { |
| 83 | + "url": "https://github.com/sillsdev/docu-notion/issues" |
| 84 | + }, |
| 85 | + "homepage": "https://github.com/sillsdev/docu-notion#readme", |
| 86 | + "main": "./dist/index.js", |
| 87 | + "bin": "dist/index.js", |
| 88 | + "files": [ |
| 89 | + "dist/**/*" |
| 90 | + ], |
97 | 91 | "publishConfig": {
|
98 | 92 | "access": "public"
|
99 | 93 | },
|
|
0 commit comments