noc-book-2/package.json
Stuti mohgaonkar 1c1f9fa3d2 use npm
2022-02-07 20:11:55 -05:00

24 lines
670 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/notion-github.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",
"dependencies": {
"@notionhq/client": "^0.4.13",
"axios": "^0.25.0"
}
}