-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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": "semantic-cueing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "set NODE_ENV=testing&& nyc mocha --exit",
"start": "set NODE_ENV=production&& node index.js",
"dev": "set NODE_ENV=development&& npx nodemon",
"format": "prettier"
},
"pre-commit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/adarshjp/Semantic-Cueing.git"
},
"author": "Adarsh",
"license": "ISC",
"bugs": {
"url": "https://github.com/adarshjp/Semantic-Cueing/issues"
},
"homepage": "https://github.com/adarshjp/Semantic-Cueing#readme",
"dependencies": {
"chai": "^4.3.6",
"cli-color": "^2.0.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.8",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"http": "0.0.1-security",
"method-override": "^3.0.0",
"mocha": "^9.2.2",
"mongoose": "^6.5.2",
"multer": "^1.4.3",
"nodemailer": "^6.7.2",
"nyc": "^15.1.0",
"passport": "^0.6.0",
"passport-local-mongoose": "^6.1.0",
"socket.io": "^4.4.1",
"supertest": "^6.2.2",
"twilio": "^3.72.0"
},
"devDependencies": {
"pre-commit": "^1.2.2"
}
}