UNPKG

itch-graphql

Version:

GraphQL server/types and resolvers for the itch.io API

63 lines (62 loc) 1.47 kB
{ "name": "itch-graphql", "version": "1.0.2", "description": "GraphQL server/types and resolvers for the itch.io API", "main": "index.js", "module": "main.js", "scripts": { "release": "semantic-release", "test": "ava test/", "dev": "nodemon dev.js", "precommit": "lint-staged", "commitmsg": "commitlint -e $GIT_PARAMS" }, "lint-staged": { "**/*.js": [ "prettier-standard", "standard --fix", "git add" ] }, "ava": { "register": [ "esm" ] }, "keywords": [ "itch", "graphql", "api wrapper", "unofficial", "api", "wrapper" ], "homepage": "https://github.com/puregarlic/itch-graphql#README", "bugs": { "url": "https://github.com/puregarlic/itch-graphql/issues" }, "repository": "git@github.com:puregarlic/itch-graphql.git", "author": "Graham Barber <grahammbarber@gmail.com>", "license": "MIT", "dependencies": { "apollo-server-micro": "^1.3.5", "esm": "^3.0.20", "graphql": "^0.13.2", "graphql-tools": "^2.24.0", "micro": "^9.1.4", "microrouter": "^3.1.2", "popsicle": "^9.2.0" }, "devDependencies": { "@commitlint/cli": "^6.1.3", "@commitlint/config-conventional": "^6.1.3", "ava": "^0.25.0", "dotenv": "^5.0.1", "husky": "^0.14.3", "lint-staged": "^7.0.5", "nodemon": "^1.17.3", "prettier-standard": "^8.0.1", "semantic-release": "^15.1.7", "standard": "^11.0.1" } }