noc-book-2/package.json
2022-07-20 15:22:10 -04:00

32 lines
927 B
JSON

{
"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.mjs"
},
"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": "^2.0.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",
"rehype-format": "^4.0.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {}
}