{
  "name": "@mrgalaxy/tjme",
  "version": "3.0.1",
  "description": "My personal website.",
  "author": "Tyler Johnson <tyler@tylerjohnson.me>",
  "repository": {
    "type": "git",
    "url": "https://github.com/tyler-johnson/tylerjohnson.me.git",
    "directory": ""
  },
  "main": "index.js",
  "bin": {
    "tjme": "cli.js"
  },
  "scripts": {
    "lint": "eslint ./ --ext .js,.jsx,.ts,.tsx",
    "clean": "shx rm -rf lib",
    "build:full": "npm-run-all clean build",
    "build": "tsc -p tsconfig.build.json",
    "prepare": "npm-run-all build",
    "autorelease": "pagedip-autorelease"
  },
  "dependencies": {
    "@types/express": "^4.17.13",
    "@types/minimist": "^1.2.2",
    "@types/node-fetch": "^2.6.2",
    "@types/nunjucks": "^3.2.1",
    "@types/randomcolor": "^0.5.6",
    "@types/rc": "^1.2.1",
    "express": "^4.18.1",
    "minimist": "^1.2.6",
    "node-fetch": "^2.6.0",
    "nunjucks": "^3.2.3",
    "randomcolor": "^0.6.2",
    "rc": "^1.2.8",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@pagedip/tool-autorelease": "^3.9.2",
    "@types/node": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "chokidar": "^3.5.3",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "shx": "^0.3.4",
    "typescript": "^4.7.4"
  },
  "keywords": [
    "tyler",
    "johnson",
    "tylerjohnson.me",
    "tjme"
  ],
  "license": "MIT",
  "files": [
    "lib",
    "public",
    "views"
  ],
  "gitHead": "27ded17bdc5d2ce21552a9a8a9d1e984e3bc2c5a"
}