{
  "name": "haystacks-tt",
  "version": "0.1.3",
  "description": "A simple Haystacks-async based command line typing tutor program for Windows, Mac & Linux.",
  "main": "./src/haystacks-tt.js",
  "bin": "./bin/haystacks-tt.js",
  "type": "module",
  "scripts": {
    "start": "node ./src/haystacks-tt.js",
    "release": "node ./build/buildRelease/src/buildRelease.js",
    "compile": "pkg package.json --out-path ./bin/",
    "vers": "standard-version -m \"chore(release) version %s \"",
    "docs": "jsdoc -c jsdoc.json",
    "test": "node ./src/haystacks-tt.js allApplicationValidations"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SethEden/Haystacks-TT.git"
  },
  "keywords": [
    "Typing",
    "Tutor",
    "CLI"
  ],
  "author": "Seth Hollingsead <iceversaka@hotmail.com>",
  "license": "MIT",
  "dependencies": {
    "@haystacks/async": "^0.3.0",
    "@haystacks/constants": "^0.3.0",
    "chalk": "5.0.1",
    "dotenv": "^16.0.0",
    "pkg": ">=5.8.1",
    "word-wrap": ">=1.2.4",
    "semver": ">=5.7.2"
  },
  "devDependencies": {
    "eslint": "^8.18.0",
    "jsdoc": "3.6.7",
    "markdown-it": ">=12.3.2",
    "marked": ">=4.0.10",
    "standard-version": "9.3.2"
  },
  "bugs": {
    "url": "https://github.com/SethEden/Haystacks-TT/issues"
  },
  "homepage": "https://github.com/SethEden/Haystacks-TT#readme"
}
