2022-02-08 01:58:11 +01:00
|
|
|
{
|
|
|
|
"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",
|
2022-03-31 17:44:47 +02:00
|
|
|
"import-notion-docs": "node scripts/notion-html.js"
|
2022-02-08 01:58:11 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2022-02-08 02:11:55 +01:00
|
|
|
"homepage": "https://github.com/nature-of-code/noc-notion#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"@notionhq/client": "^0.4.13",
|
2022-02-20 15:55:24 +01:00
|
|
|
"axios": "^0.25.0",
|
|
|
|
"magicbook-codesplit": "^0.1.6",
|
2022-03-31 17:30:20 +02:00
|
|
|
"magicbook-katex": "0.0.7",
|
2022-02-20 15:55:24 +01:00
|
|
|
"magicbook-webpack": "0.0.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"webpack": "^5.69.1",
|
|
|
|
"webpack-cli": "^4.9.2"
|
2022-02-08 02:11:55 +01:00
|
|
|
}
|
2022-02-08 01:58:11 +01:00
|
|
|
}
|