-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 848 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
25
26
27
28
29
30
31
32
33
34
{
"name": "notion-doc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node index.js",
"dev": "NODE_ENV=development nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sridhar-5/notion-create-doc.git"
},
"author": "SRIDHAR",
"license": "MIT",
"bugs": {
"url": "https://github.com/sridhar-5/notion-create-doc/issues"
},
"homepage": "https://github.com/sridhar-5/notion-create-doc#readme",
"dependencies": {
"@notionhq/client": "^2.2.3",
"axios": "^1.2.2",
"chromedriver": "^108.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongoose": "^6.8.3",
"pm2": "^5.2.2",
"selenium-webdriver": "^4.7.1",
"telegraf": "^4.11.2"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}