-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 924 Bytes
/
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
{
"name": "@tradle/pack-models",
"version": "4.0.8",
"description": "package data models, interpolate values, etc.",
"main": "index.js",
"bin": {
"pack-models": "bin/pack-models"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tradle/pack-models.git"
},
"keywords": [
"models"
],
"author": "pgmemk",
"license": "MIT",
"bugs": {
"url": "https://github.com/tradle/pack-models/issues"
},
"homepage": "https://github.com/tradle/pack-models#readme",
"dependencies": {
"@google-cloud/translate": "^6.3.1",
"aws-sdk": ">=2",
"bluebird": "^3.5.1",
"dot-prop": "^6.0.1",
"findit": "^2.0.0",
"minimist": "^1.2.0",
"pify": "^5.0.0",
"s3-ls": "^2.0.1"
},
"scripts": {
"lint": "eslint --quiet --ignore-path .gitignore ."
},
"devDependencies": {
"aws-sdk": "^2.407.0",
"eslint": "^8.5.0",
"s3-ls": "^3.0.0"
}
}