UNPKG

kodebuild

Version:

Code-Build-like module to build your project from your buildspec.yml

32 lines (31 loc) 653 B
{ "name": "kodebuild", "version": "0.2.7", "description": "Code-Build-like module to build your project from your buildspec.yml", "main": "bin/kodebuild.js", "repository": { "type": "git", "url": "https://github.com/ikluzak/kodebuild.git" }, "keywords": [ "CodeBuild", "CodePipeline", "yaml", "serverless", "AWS", "buildspec" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "kodebuild": "bin/kodebuild.js" }, "author": "Ivan Kluzak", "license": "ISC", "dependencies": { "aws-sdk": "^2.230.1", "chalk": "^2.4.1", "yamljs": "^0.3.0" } }