UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@cumulus/deployment",
3 "version": "1.13.5",
4 "description": "Deployment templates for cumulus",
5 "scripts": {
6 "test": "ava",
7 "test-coverage": "nyc npm test",
8 "build": "babel lib -d app",
9 "watch": "babel lib -d app -w",
10 "prepare": "npm run build"
11 },
12 "ava": {
13 "files": "test"
14 },
15 "engines": {
16 "node": ">=8.10.0"
17 },
18 "keywords": [
19 "CUMULUS"
20 ],
21 "publishConfig": {
22 "access": "public"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/nasa/cumulus"
27 },
28 "nyc": {
29 "exclude": [
30 "test"
31 ]
32 },
33 "babel": {
34 "presets": [
35 "es2017"
36 ]
37 },
38 "homepage": "https://github.com/nasa/cumulus/tree/master/packages/deployment",
39 "author": "Cumulus Authors",
40 "license": "Apache-2.0",
41 "dependencies": {
42 "@cumulus/common": "1.13.5",
43 "aws-sdk": "^2.238.1",
44 "extract-zip": "^1.6.6",
45 "fs-extra": "^5.0.0",
46 "got": "^9.2.1",
47 "handlebars": "^4.0.11",
48 "kes": "~2.2.2",
49 "lodash.clonedeep": "^4.5.0",
50 "lodash.get": "^4.4.2",
51 "lodash.isobject": "^3.0.2",
52 "lodash.isstring": "^4.0.1",
53 "lodash.omit": "^4.5.0",
54 "lodash.zipobject": "^4.1.3",
55 "node-forge": "^0.7.1",
56 "p-limit": "^1.2.0",
57 "yauzl": "^2.10.0"
58 },
59 "devDependencies": {
60 "ava": "^0.25.0",
61 "babel-cli": "^6.26.0",
62 "babel-core": "^6.25.0",
63 "babel-loader": "^6.2.4",
64 "babel-polyfill": "^6.23.0",
65 "babel-preset-es2017": "^6.24.1",
66 "nock": "10.0.1",
67 "nyc": "^14.0.0",
68 "sinon": "^7.1.1"
69 },
70 "gitHead": "26bd90188a30af721dcd31efb2b01f33265c4b2c"
71}