haystacks-tt
Version:
A simple Haystacks-async based command line typing tutor program for Windows, Mac & Linux.
36 lines (35 loc) • 946 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-tt 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",
"figlet": "^1.5.2",
"semver": ">=5.7.2"
},
"bugs": {
"url": "https://github.com/SethEden/haystacks-async/issues"
},
"homepage": "https://github.com/SethEden/haystacks-async#readme"
}