-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "mock-data-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codedthemes/node-data-api-.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/codedthemes/node-data-api-/issues"
},
"homepage": "https://github.com/codedthemes/node-data-api-#readme",
"dependencies": {
"@types/chance": "^1.1.3",
"@types/cors": "^2.8.13",
"@types/date-fns": "^2.6.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/uuid": "^9.0.0",
"body-parser": "^1.20.1",
"chance": "^1.1.10",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/node": "^18.13.0",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}