{
  "name": "texturant",
  "version": "2.0.1",
  "description": "Simulate food ordering in the terminal with Texturant! ",
  "main": "bin/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ordering",
    "food-ordering",
    "command-line-interface",
    "cli",
    "command-line",
    "virtual"
  ],
  "author": "SamuraiStacks",
  "license": "Apache-2.0",
  "dependencies": {
    "inquirer": "^7.0.0",
    "node-fetch": "^2.6.0",
    "semver": "^7.1.2"
  },
  "bin": {
    "texturant": "bin/main.js"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Terminalfreaks/Texturant.git"
  },
  "bugs": {
    "url": "https://github.com/Terminalfreaks/Texturant/issues"
  },
  "homepage": "https://github.com/Terminalfreaks/Texturant#readme"
}
