{
  "name": "arsam",
  "version": "2.0.3",
  "description": "Arsam Sarabi's portfolio in an interactive terminal dist",
  "entry": "./dist/index.js",
  "files": [
    "dist",
    "fonts"
  ],
  "repository": "git@github.com:arsamsarabi/arsam-cli.git",
  "author": {
    "name": "Arsam Sarabi",
    "email": "arsamsarabi@me.com",
    "url": "https://arsam.dev"
  },
  "license": "MIT",
  "scripts": {
    "clean": "rimraf dist",
    "esbuild": "node esbuild.config.js",
    "build": "yarn clean && yarn esbuild",
    "dev": "ts-node ./src/index.ts",
    "start": "node ./dist/index.js",
    "prettier": "prettier --write 'src/**/*.ts'",
    "lint": "eslint src",
    "tidy": "yarn eslint && yarn prettier",
    "prepare": "husky install"
  },
  "dependencies": {
    "boxen": "^7.0.1",
    "chalk": "^5.2.0",
    "chalk-animation": "^2.0.3",
    "clear": "^0.1.0",
    "figlet": "^1.5.2",
    "gradient-string": "^2.0.2",
    "inquirer": "^9.1.4"
  },
  "devDependencies": {
    "@arsams/eslintrc": "^1.0.1",
    "@arsams/prettierrc": "^1.0.2",
    "@types/chalk-animation": "^1.6.1",
    "@types/clear": "^0.1.2",
    "@types/figlet": "^1.5.5",
    "@types/inquirer": "^9.0.3",
    "esbuild": "^0.17.5",
    "eslint": "^8.33.0",
    "husky": "^8.0.3",
    "lint-staged": "^13.1.0",
    "prettier": "^2.8.3",
    "rimraf": "^4.1.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "bin": {
    "arsam": "./dist/index.js"
  },
  "keywords": [
    "arsam",
    "sarabi",
    "frontend",
    "backend",
    "fullstack",
    "engineer",
    "web developer",
    "react",
    "freelance",
    "node",
    "graphql",
    "redux",
    "next",
    "nextjs",
    "react native",
    "react-native",
    "svelte",
    "sveltekit",
    "typescript",
    "javascript",
    "terminal",
    "cli",
    "portfolio",
    "styled-components",
    "tailwind"
  ]
}
