copykitku/package.json
2020-08-05 23:33:36 +02:00

39 lines
1.1 KiB
JSON

{
"name": "git-copycat",
"version": "1.0.0",
"main": "index.js",
"author": "selfisekai <laura@selfisekai.rocks>",
"license": "GPL-3.0",
"scripts": {
"gql-codegen": "yarn gql-codegen:download && yarn gql-codegen:generate",
"gql-codegen:download": "ts-node scripts/download-gql-schema.ts",
"gql-codegen:generate": "ts-node scripts/generate-gql-types.ts"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"appdata-path": "^1.0.0",
"fs-extra": "^9.0.1",
"got": "^11.5.1",
"graphql": "^15.3.0",
"js-yaml": "^3.14.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",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}