-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "mtp-k12oline-api",
"version": "0.0.1",
"description": "This is the backend api for all the basic mtp-activities for tutoring.",
"main": "server.js",
"scripts": {
"test": "npm test",
"start": "nodemon ./src/server.js",
"build": "npm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tew9/Mtp-k12online-backend.git"
},
"keywords": [
"mtp-k12"
],
"author": "Tango",
"license": "MIT",
"bugs": {
"url": "https://github.com/tew9/Mtp-k12online-backend/issues"
},
"homepage": "https://github.com/tew9/Mtp-k12online-backend#readme",
"devDependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.8.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.8",
"multer": "^1.4.2",
"nodemon": "^2.0.6",
"slugify": "^1.4.6"
},
"dependencies": {
"dotenv": "^8.2.0",
"nodejs-unique-numeric-id-generator": "^1.0.1",
"shortid": "^2.2.16",
"yarn": "^1.22.10"
}
}