2021-08-03 20:40:42 +02:00
|
|
|
{
|
2021-08-03 22:42:12 +02:00
|
|
|
"name": "notion",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
2021-08-09 22:22:10 +02:00
|
|
|
"start": "node main.js",
|
2021-08-03 22:42:12 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2021-08-09 15:37:02 +02:00
|
|
|
"@notionhq/client": "^0.2.4",
|
2021-08-09 22:22:10 +02:00
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"express": "^4.17.1",
|
2021-08-10 00:15:18 +02:00
|
|
|
"missing-native-js-functions": "^1.2.9",
|
2021-08-03 22:42:12 +02:00
|
|
|
"node-fetch": "^2.6.1"
|
2021-08-09 22:22:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ts-node": "^10.2.0"
|
2021-08-03 22:42:12 +02:00
|
|
|
}
|
2021-08-03 20:40:42 +02:00
|
|
|
}
|