UNPKG

@moonset/util

Version:
48 lines (47 loc) 1.25 kB
{ "name": "@moonset/util", "version": "0.0.31", "description": "Moonset Utils", "keywords": [ "Data Processing", "AWS", "EMR" ], "author": "Zhihao Wang <accept.acm@gmail.com>", "homepage": "https://github.com/FBAChinaOpenSource/Moonset", "license": "MIT", "main": "lib/index.js", "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/FBAChinaOpenSource/Moonset.git" }, "scripts": { "build": "tsc", "watch": "tsc -w", "lint": "eslint --fix ./lib/**/*.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", "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/FBAChinaOpenSource/Moonset/issues" }, "dependencies": { "aws-cdk": "1.41.0", "aws-sdk": "2.683.0", "inquirer": "7.1.0", "winston": "3.2.1" }, "devDependencies": { "@types/inquirer": "6.5.0", "@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", "typescript": "3.9.3" } }