UNPKG

@cn-shell/aws-utils

Version:
73 lines (72 loc) 1.68 kB
{ "version": "1.20.0", "name": "@cn-shell/aws-utils", "description": "A Cloud Native extension for AWS", "main": "./dist/main.js", "bin": "", "files": [ "dist/**/*" ], "lint-staged": { "**/*.js": [ "prettier --write", "git add" ], "**/*.{json,md,yaml}": [ "prettier --write", "git add" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "prettier": { "trailingComma": "all" }, "scripts": { "build": "tsc", "format-ts": "prettier --write 'src/**/*.ts'", "format-js": "prettier --write 'dist/**/*.{js,ts}'", "format-misc": "prettier --write '**/*.{json,md,yaml}'", "install-bin": "npm install -g $(npm pack . | tail -1)", "test": "echo \"No tests\" && exit 0", "clean": "rm -rf ./dist", "prepare": "npm run clean && npm run format-ts && npm run format-misc && tsc", "prepublishOnly": "npm run format-js && npm test" }, "engines": { "node": ">=8.0.0" }, "keywords": [ "Cloud", "Native ", "Application", "Extension", "AWS", "SQS", "SNS" ], "author": "Black Eye Technology", "license": "MIT", "devDependencies": { "husky": "^3.1.0", "lint-staged": "^9.5.0", "prettier": "^1.19.1", "typescript": "^3.9.9" }, "dependencies": { "@types/node": "^12.20.37", "aws-sdk": "^2.1046.0", "cn-shell": "^2.24.0" }, "repository": { "type": "git", "url": "git+https://github.com/blackeyetech/cns-aws-utils.git" }, "bugs": { "url": "https://github.com/blackeyetech/cns-aws-utils/issues" }, "homepage": "https://github.com/blackeyetech/cns-aws-utils#readme" }