{
  "name": "ink-ascii",
  "version": "0.0.4",
  "description": "Awesome ASCII art component for Ink!",
  "main": "dist/index.js",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "watch": "tsc -w",
    "debug": "node --inspect=0.0.0.0:13579 --nolazy -r ts-node/register ./src/index.tsx",
    "test": "jest"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hexrcs/ink-ascii.git"
  },
  "author": "Xiaoru Li",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hexrcs/ink-ascii/issues"
  },
  "homepage": "https://github.com/hexrcs/ink-ascii#readme",
  "dependencies": {
    "figlet": "^1.2.4",
    "ink": "^2.6.0",
    "react": "^16.12.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@types/figlet": "^1.2.0",
    "@types/jest": "^24.0.25",
    "@types/node": "^13.1.6",
    "@types/react": "^16.9.17",
    "babel-jest": "^24.9.0",
    "eslint": "^6.8.0",
    "ink-testing-library": "^1.0.3",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.4"
  },
  "peerDependencies": {
    "ink": ">=2.5.0",
    "react": ">=16.11.0"
  }
}
