1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-22 18:32:36 +01:00
spacebarchat/scripts/notion/package.json

16 lines
271 B
JSON
Raw Normal View History

{
"name": "notion",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"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",
"node-fetch": "^2.6.1"
}
}