1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-12 13:42:46 +01:00
spacebarchat/scripts/notion/package.json
2021-08-10 00:15:18 +02:00

23 lines
442 B
JSON

{
"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"
}
}