-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 899 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
35
36
{
"name": "project-pith",
"version": "1.0.0",
"description": "Mono-repo for my personal projects",
"main": "app.js",
"scripts": {
"test": "jest -i",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calebthewood/ProjectPith.git"
},
"author": "CalebTheWood",
"license": "ISC",
"bugs": {
"url": "https://github.com/calebthewood/ProjectPith/issues"
},
"homepage": "https://github.com/calebthewood/ProjectPith#readme",
"dependencies": {
"@notionhq/client": "^2.2.1",
"axios": "^1.0.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"cron": "^2.3.1",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.10.0",
"morgan": "^1.10.0",
"twilio": "^4.11.2",
"twitter-api-v2": "^1.12.7"
}
}