{
  "name": "custom-ts-template",
  "version": "0.0.3",
  "description": "Script for creating a custom template for Typescript with CLI",
  "main": "index.js",
  "bin": {
    "custom-ts-template": "bin/cli.js"
  },
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AugustoMagalhaes/custom-ts-template.git"
  },
  "keywords": [
    "typescript",
    "tsconfig",
    "express",
    "template",
    "node"
  ],
  "author": "AugustoMagalhaes",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AugustoMagalhaes/custom-ts-template/issues"
  },
  "homepage": "https://github.com/AugustoMagalhaes/custom-ts-template",
  "dependencies": {
    "chalk": "^5.0.1",
    "chalk-animation": "^2.0.2",
    "figlet": "^1.5.2",
    "gradient-string": "^2.0.1",
    "inquirer": "^9.1.0",
    "nanospinner": "^1.1.0"
  }
}
