-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 832 Bytes
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
{
"name": "fcc-issue-tracker",
"version": "1.0.0",
"description": "Issue Tracker Boilerplate",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"debug": "nodemon --inspect server.js",
"test": "mocha --timeout 5000 --recursive --exit --ui tdd tests/"
},
"dependencies": {
"assert": "^2.1.0",
"assertion": "^1.3.35",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mocha": "^8.1.3",
"mongoose": "^7.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/freeCodeCamp/boilerplate-project-issuetracker"
},
"keywords": [
"node",
"hyperdev",
"express"
],
"license": "MIT"
}