-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "competitive-programming-notion-problems-tracker",
"version": "1.0.0",
"description": "A simple application to track different problems across competitive programming platforms by syncing the data into a Notion database.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MahmoudJLB/competitive-programming-notion-problems-tracker.git"
},
"author": "Mahmoud Joumaa",
"license": "MIT",
"bugs": {
"url": "https://github.com/MahmoudJLB/competitive-programming-notion-problems-tracker/issues"
},
"homepage": "https://github.com/MahmoudJLB/competitive-programming-notion-problems-tracker",
"dependencies": {
"@notionhq/client": "~2.2.14",
"axios": "~1.7.4",
"cheerio": "^1.0.0-rc.12"
}
}