{
  "name": "little-alchemy-2",
  "version": "0.0.1",
  "description": "Little Alchemy 2 Walkthrough",
  "author": "mrkvon <mrkvon@protonmail.com> (https://mrkvon.org)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mrkvon/alchemy.git"
  },
  "homepage": "https://github.com/mrkvon/alchemy",
  "main": "dist/index.js",
  "bin": "dist/index.js",
  "private": false,
  "preferGlobal": true,
  "keywords": [
    "little-alchemy",
    "little-alchemy-2"
  ],
  "scripts": {
    "build": "tsc",
    "format": "prettier 'src/**/*.ts' --write",
    "lint": "eslint . --ext .ts",
    "prepare": "yarn build",
    "prepublishOnly": "yarn lint",
    "preversion": "yarn lint",
    "version": "yarn format && git add -A src",
    "postversion": "git push && git push --tags",
    "prestart": "yarn build",
    "start": "node dist/index.js"
  },
  "files": [
    "dist/**/*"
  ],
  "devDependencies": {
    "@types/node": "^17.0.9",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.5.1",
    "typescript": "^4.5.4"
  },
  "dependencies": {}
}
