UNPKG

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