UNPKG

hayd-caf

Version:

Haystacks D-CAF: Distinguished Cloud Automation Framework is a web/cloud/SaaS/mobile GUI automation plugin that leverages a suite of business rules and a factory pattern to auto-generate functions and strings for logging that are used to execute test acti

34 lines (33 loc) 898 B
{ "name": "buildRelease", "version": "0.0.1", "description": "A build application that leverages the haystacks platform to self-build and self-deploy the haystacks npm package.", "main": "build.js", "type": "module", "scripts": { "start": "node ./src/buildRelease.js", "vers": "standard-version -m \"chore(release) version %s \"", "docs": "jsdoc -c jsdoc.json" }, "repository": { "type": "git", "url": "git+https://github.com/SethEden/haystacks-async.git" }, "keywords": [ "application", "automation", "build", "release", "deploy" ], "author": "Seth Hollingsead", "license": "MIT", "dependencies": { "@haystacks/async": ">=0.2.11", "@haystacks/constants": ">=0.2.11" }, "bugs": { "url": "https://github.com/SethEden/haystacks-async/issues" }, "homepage": "https://github.com/SethEden/haystacks-async#readme" }