{
  "name": "reloquent",
  "version": "1.4.1",
  "description": "Ask user configurable questions via read-line.",
  "main": "compile/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask",
    "mask": "yarn t test/mask",
    "test-build": "yarn test -e test-build",
    "test-compile": "yarn test -e test-compile",
    "b": "alamode src -o build -s",
    "doc": "doc -o README.md -d -a -n _reloquent",
    "build": "yarn-s d b doc",
    "lib": "depack src/depack -o compile/reloquent.js -a -c -p --source_map_include_content",
    "e": "alanode",
    "lint": "eslint .",
    "d": "yarn-s template d1 externs types",
    "externs": "typal types/externs.js -e",
    "types": "typal types/index.js -u -t types/api.xml",
    "template": "typal compile/template.js -T compile/index.js -u -t types",
    "d1": "typal compile/index.js src/index.js -u -t types"
  },
  "files": [
    "build",
    "compile",
    "src",
    "types"
  ],
  "externs": "types/externs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/artdecocode/reloquent.git"
  },
  "typedefs": "typedefs.json",
  "keywords": [
    "readline",
    "ask",
    "questions",
    "stdin",
    "read",
    "input",
    "cli"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artdecocode/reloquent/issues"
  },
  "homepage": "https://www.artd.eco",
  "devDependencies": {
    "alamode": "^3.5.1",
    "catchment": "^3.3.0",
    "depack": "^1.1.1",
    "documentary": "^1.37.0",
    "eslint-config-artdeco": "1.0.1",
    "forkfeed": "^1.1.1",
    "promto": "^1.2.0",
    "spawncommand": "^2.2.0",
    "yarn-s": "1.2.3",
    "zoroaster": "^4.3.0"
  }
}
