{ "name": "noc2", "version": "1.0.0", "description": "A repo to test out a workflow with Notion for the Nature of Code book", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "import-notion-docs": "node scripts/import-notion-docs.js" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/nature-of-code/noc-notion.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/nature-of-code/noc-notion/issues" }, "homepage": "https://github.com/nature-of-code/noc-notion#readme", "dependencies": { "@notionhq/client": "^1.0.4", "axios": "^0.25.0", "dotenv": "^16.0.0", "hast-util-to-html": "^8.0.3", "hastscript": "^7.0.2", "lodash-es": "^4.17.21", "magicbook-codesplit": "^0.1.6", "magicbook-katex": "0.0.7", "magicbook-webpack": "0.0.4", "rehype-format": "^4.0.1", "unist-util-visit": "^4.1.0" }, "devDependencies": { "webpack": "^5.69.1", "webpack-cli": "^4.9.2" } }