{
  "name": "tycon",
  "version": "2.5.1",
  "description": "Node.js console typing test. Easy, Med, & Hard Difficulties, Speed graph, Shortcuts",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "pkg . --out-path build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngpfontaine/tycon.git"
  },
  "author": "nic fontaine",
  "keywords": [
    "typing",
    "typing test",
    "training",
    "terminal",
    "console",
    "wpm",
    "harder better faster stronger",
    "node",
    "linux"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ngpfontaine/tycon/issues"
  },
  "homepage": "https://github.com/ngpfontaine/tycon/blob/master/README.md",
  "bin": {
    "tycon": "./app.js"
  },
  "dependencies": {
    "asciichart": "^1.5.25",
    "chalk": "^3.0.0",
    "fs-then": "^0.2.0",
    "inquirer": "^7.3.3",
    "keypress": "^0.2.1"
  }
}
