-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
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
66
{
"name": "shopbackend",
"version": "1.0.0",
"description": "express + realm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js",
"fix": "tslint -p . --fix",
"lint": "tslint -p .",
"fake": "node dist/util/Faker/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrueFirel/shopBackend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrueFirel/shopBackend/issues"
},
"homepage": "https://github.com/TrueFirel/shopBackend#readme",
"dependencies": {
"async-json": "0.0.2",
"aws-sdk": "^2.409.0",
"bluebird": "^3.5.3",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"dot-prop": "^4.2.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"http-errors": "^1.7.1",
"joi": "^14.3.1",
"js-sha512": "^0.8.0",
"jsonwebtoken": "^8.4.0",
"log4js": "^4.0.2",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"multiparty": "^4.2.1",
"realm": "^2.23.0",
"safe-json-stringify": "^1.2.0",
"twilio": "^3.28.0",
"typescript": "latest",
"uuid": "^3.3.2",
"winston": "^3.2.1",
"winston-chalk-formatter": "0.1.0-alpha.8cc40d99"
},
"devDependencies": {
"@types/bluebird": "^3.5.25",
"@types/cors": "^2.8.4",
"@types/dot-prop": "^4.2.0",
"@types/dotenv": "^6.1.0",
"@types/express": "^4.16.1",
"@types/http-errors": "^1.6.1",
"@types/joi": "^14.3.1",
"@types/jsonwebtoken": "^8.3.0",
"@types/multer": "^1.3.7",
"@types/multer-s3": "^2.7.6",
"@types/multiparty": "0.0.32",
"@types/safe-json-stringify": "^1.0.1",
"@types/uuid": "^3.4.4",
"eslint": "^5.13.0",
"tslint": "^5.12.1"
}
}