-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.62 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "coach-me-be",
"version": "1.0.0",
"description": "🚫 Note: All lines that start with 🚫 are instructions and should be deleted before this is posted to your portfolio. This is intended to be a guideline. Feel free to add your own flare to it.",
"main": "index.js",
"scripts": {
"test": "cross-env DB_ENV=testing AIRTABLE_KEY=keyHl8AuDrb2mt77E AIRTABLE_REFERENCE=app7XwsDCsnPx2tf4 JWT_SECRET=hellothere jest --watch --verbose",
"start": "node index.js",
"server": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coachmehealth/coach-me-be.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coachmehealth/coach-me-be/issues"
},
"homepage": "https://github.com/coachmehealth/coach-me-be#readme",
"dependencies": {
"airtable": "^0.7.1",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"crypto": "^1.0.1",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"helmet": "^3.21.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.19.5",
"knex-cleaner": "^1.3.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.3.1",
"pg": "^7.12.1",
"sqlite3": "^4.1.0",
"twilio": "^3.36.0",
"twilio-chat": "^3.3.2",
"uuid": "^3.3.3"
},
"devDependencies": {
"cross-env": "^6.0.3",
"jest": "^24.9.0",
"nodemon": "^1.19.3",
"supertest": "^4.0.2"
}
}