@haystacks/async
Version:
A framework to build any number or any kind of native application or automation solution.
34 lines (33 loc) • 894 B
JSON
{
"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.3.0",
"@haystacks/constants": "^0.3.0"
},
"bugs": {
"url": "https://github.com/SethEden/haystacks-async/issues"
},
"homepage": "https://github.com/SethEden/haystacks-async#readme"
}