{ "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/notiongit.js" }, "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" }