-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "tarsym-back",
"description": "",
"version": "0.0.0",
"homepage": "",
"private": true,
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "mahdi toosi",
"email": "[email protected]"
},
"contributors": [],
"bugs": {},
"directories": {
"lib": "src",
"test": "test/",
"config": "config/"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"start": "node src/",
"dev": "nodemon src/"
},
"standard": {
"env": [
"jest"
],
"ignore": []
},
"dependencies": {
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/authentication-local": "^4.5.4",
"@feathersjs/authentication-oauth": "^4.5.4",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/transport-commons": "^4.5.3",
"axios": "^0.21.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"feathers-mongoose": "^8.3.1",
"helmet": "^3.23.3",
"mongodb-core": "^3.2.7",
"mongoose": "^5.9.21",
"mongoose-fuzzy-searching": "^1.3.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"serve-favicon": "^2.5.0",
"sharp": "^0.26.3",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"nodemon": "^2.0.4",
"@babel/plugin-proposal-class-properties": "^7.8.3"
}
}