-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.4 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": "cloudinary-to-s3",
"version": "1.0.0",
"description": "Move \"fetch\" assets from cloudinary to an existing AWS s3 bucket",
"scripts": {
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaypeng2015/cloudinary-to-s3.git"
},
"author": "Jingwei Peng",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaypeng2015/cloudinary-to-s3/issues"
},
"homepage": "https://github.com/jaypeng2015/cloudinary-to-s3#readme",
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@types/aws-lambda": "8.10.44",
"@types/jest": "25.1.3",
"@types/lodash": "4.14.149",
"@types/node": "13.7.4",
"husky": "4.2.3",
"jest": "25.1.0",
"lint-staged": "10.0.7",
"serverless": "1.64.0",
"serverless-dotenv-plugin": "2.3.2",
"serverless-pseudo-parameters": "2.5.0",
"serverless-step-functions": "2.17.1",
"serverless-webpack": "5.3.1",
"source-map-support": "0.5.16",
"timekeeper": "2.2.0",
"ts-jest": "25.2.1",
"ts-loader": "6.2.1",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.8.2",
"webpack": "4.41.6",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"aws-sdk": "2.536.0",
"axios": "0.19.2",
"lodash": "4.17.15",
"uuid": "7.0.0"
}
}