diff --git a/package-lock.json b/package-lock.json index b664fcd..e126ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,9 +18,10 @@ "markdown-table": "^2.0.0", "node-fetch": "2.6.6", "notion-client": "^4", - "notion-to-md": "^2.5.5", + "notion-to-md": "2.5.5", "path": "^0.12.7", - "sanitize-filename": "^1.6.3" + "sanitize-filename": "^1.6.3", + "ts-node": "^10.2.1" }, "bin": { "docu-notion": "dist/index.js" @@ -42,13 +43,9 @@ "prettier": "^2.2.1", "rimraf": "^4.1.2", "semantic-release": "^19.0.2", - "ts-node": "^10.2.1", "typescript": "^4.6.4", "vite": "^4.2.1", "vitest": "^0.30.1" - }, - "engines": { - "node": ">=12.0" } }, "node_modules/@babel/code-frame": { @@ -6654,10 +6651,9 @@ } }, "node_modules/notion-to-md": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/notion-to-md/-/notion-to-md-2.5.6.tgz", - "integrity": "sha512-jgLZY1MaUuYSoyoDxKs43WXnbhhSdT9c3auhfex2ZT151yut4v8aT04G8b3o98qnbRO4GQ08x5Y2zX8gEfFAiw==", - "license": "ISC", + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/notion-to-md/-/notion-to-md-2.5.5.tgz", + "integrity": "sha512-EdzuNZpJyc+287ItRALOld90RkshWBDiSA0WThf75z98Y8cyynhu6Hg+h377eD5K4UOSQHy5K0SUV4vGdCxCiA==", "dependencies": { "markdown-table": "^2.0.0" }, diff --git a/package.json b/package.json index 9042609..87019d0 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "markdown-table": "^2.0.0", "node-fetch": "2.6.6", "notion-client": "^4", - "notion-to-md": "^2.5.5", + "notion-to-md": "2.5.5", "path": "^0.12.7", "ts-node": "^10.2.1", "sanitize-filename": "^1.6.3"