UNPKG

@moonset/executor

Version:
74 lines (73 loc) 1.88 kB
{ "name": "@moonset/executor", "version": "0.0.31", "description": "The Moonset Executor", "keywords": [ "AWS", "EMR" ], "author": "Zhihao Wang <accept.acm@gmail.com>", "homepage": "https://github.com/FBAChinaOpenSource/Moonset", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/FBAChinaOpenSource/Moonset.git" }, "scripts": { "build": "tsc", "watch": "tsc -w", "lint": "eslint --fix ./lib/**/*.ts ./__tests__/**/*.ts", "clean": "find lib -type f -name \"*.js\" -o -name \"*.d.ts\" | xargs -r rm", "prepare": "npm run-script clean && npm run-script lint && npm run-script build && npm run-script test", "test": "jest" }, "bugs": { "url": "https://github.com/FBAChinaOpenSource/Moonset/issues" }, "dependencies": { "@aws-cdk/aws-glue": "1.41.0", "@aws-cdk/aws-iam": "1.41.0", "@aws-cdk/aws-s3": "1.41.0", "@aws-cdk/aws-s3-assets": "1.41.0", "@aws-cdk/aws-stepfunctions": "1.41.0", "@aws-cdk/aws-stepfunctions-tasks": "1.41.0", "@aws-cdk/core": "1.41.0", "@moonset/model": "^0.0.31", "@moonset/util": "^0.0.31", "aws-cdk": "1.41.0", "aws-sdk": "2.683.0", "execa": "4.0.2", "uuid": "8.1.0" }, "devDependencies": { "@types/jest": "25.2.3", "@types/node": "14.0.5", "@types/uuid": "8.0.0", "@typescript-eslint/eslint-plugin": "3.0.0", "@typescript-eslint/parser": "3.0.0", "eslint": "7.1.0", "eslint-config-google": "0.14.0", "jest": "26.0.1", "ts-jest": "26.0.0", "typescript": "3.9.3" }, "jest": { "moduleFileExtensions": [ "js" ], "coverageThreshold": { "global": { "branches": 45, "statements": 60 } } } }