{ "name": "git-copycat", "version": "1.0.0", "main": "index.js", "author": "selfisekai ", "license": "GPL-3.0", "scripts": { "build": "yarn build:gql-codegen && yarn build:ts", "build:ts": "yarn tsc", "build:gql-codegen": "yarn gql-codegen:download && yarn gql-codegen:generate", "build:gql-codegen:download": "yarn ts-node scripts/download-gql-schema.ts", "build:gql-codegen:generate": "yarn ts-node scripts/generate-gql-types.ts", "lint": "yarn lint:prettier && yarn lint:eslint", "lint:fix": "yarn lint:prettier:fix && yarn lint:eslint:fix", "lint:eslint": "yarn eslint", "lint:eslint:fix": "yarn eslint --fix", "lint:prettier": "yarn prettier --check src", "lint:prettier:fix": "yarn prettier --check --write src" }, "husky": { "hooks": { "pre-commit": "yarn lint:fix" } }, "dependencies": { "@iarna/toml": "^2.2.5", "appdata-path": "^1.0.0", "fs-extra": "^9.0.1", "got": "^11.5.1", "graphql": "^15.3.0", "simple-git": "^2.15.0" }, "devDependencies": { "@graphql-codegen/cli": "1.17.6", "@graphql-codegen/introspection": "1.17.6", "@graphql-codegen/typescript": "1.17.6", "@graphql-codegen/typescript-resolvers": "1.17.6", "@types/fs-extra": "^9.0.1", "@types/iarna__toml": "^2.0.0", "@types/js-yaml": "^3.12.5", "eslint": "^7.5.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.2.5", "js-yaml": "^3.14.0", "prettier": "^2.0.5", "ts-node": "^8.10.2", "typescript": "^3.9.7" } }