Skip to content

Commit cbfc05f

Browse files
committed
feat: update package.json to match release
1 parent 8327fdd commit cbfc05f

File tree

1 file changed

+24
-29
lines changed

1 file changed

+24
-29
lines changed

package.json

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
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-
],
92
"scripts": {
103
"test": "vitest",
114
"build": "npm run test -- --run && tsc && cp ./src/css/*.css dist/",
@@ -24,28 +17,6 @@
2417
"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",
2518
"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"
2619
},
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",
4920
"//file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()",
5021
"//node-fetch@2.6.6file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()",
5122
"//chalk@4": "also ESM related problem",
@@ -89,6 +60,30 @@
8960
"vite": "^4.2.1",
9061
"vitest": "^0.30.1"
9162
},
63+
"name": "@sillsdev/docu-notion",
64+
"description": "Download Notion pages as markdown and image files, preserving hierarchy and enabling workflow properties. Works with Docusaurus.",
65+
"license": "MIT",
66+
"author": {
67+
"name": "SIL Language Software Development",
68+
"email": "sillsdev@users.noreply.github.com",
69+
"url": "https://github.com/sillsdev"
70+
},
71+
"keywords": [
72+
"docusaurus",
73+
"notion",
74+
"markdown",
75+
"documentation"
76+
],
77+
"bugs": {
78+
"url": "https://github.com/sillsdev/docu-notion/issues"
79+
},
80+
"homepage": "https://github.com/sillsdev/docu-notion#readme",
81+
"packageManager": "yarn@3.4.1",
82+
"main": "./dist/index.js",
83+
"bin": "dist/index.js",
84+
"files": [
85+
"dist/**/*"
86+
],
9287
"publishConfig": {
9388
"access": "public"
9489
},

0 commit comments

Comments
 (0)