{
  "name": "genshinachievement",
  "version": "0.0.6",
  "description": "Genshin Impact Achievement Maker",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"lib/**/*.ts\" \"lib/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "Genshin impact",
    "Achievement",
    "Genshin"
  ],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WeismannS/Genshin-Achievement-Maker.git"
  },
  "bugs": {
    "url": "https://github.com/WeismannS/Genshin-Achievement-Maker/issues"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/WeismannS/Genshin-Achievement-Maker#readme",
  "devDependencies": {
    "@types/jest": "^29.0.3",
    "@types/node": "^18.7.23",
    "jest": "^29.0.3",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "canvas": "^2.10.1",
    "path": "^0.12.7"
  },
  "author": "Weismann"
}
