{ "name": "notion", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "start": "node main.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@notionhq/client": "^0.2.4", "body-parser": "^1.19.0", "express": "^4.17.1", "missing-native-js-functions": "^1.2.9", "node-fetch": "^2.6.1" }, "devDependencies": { "ts-node": "^10.2.0" } }