UNPKG

gqlmin

Version:

< 1 kB GraphQL query minifier

52 lines 1.13 kB
{ "name": "gqlmin", "version": "0.3.1", "description": "< 1 kB GraphQL query minifier", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/drwpow/gqlmin.git" }, "keywords": [ "graphql", "gql", "query", "minify", "esm", "es", "modules" ], "bin": { "gqlmin": "bin/cli.js" }, "author": { "email": "drew@pow.rs", "name": "Drew Powers" }, "license": "MIT", "main": "./dist/index.js", "dependencies": { "@types/moo": "^0.5.9", "moo": "^0.5.2" }, "devDependencies": { "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "chalk": "^5.3.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "execa": "^8.0.1", "prettier": "^3.2.5", "typescript": "^5.4.3", "vitest": "^1.4.0" }, "scripts": { "build": "pnpm run \"/^build:.*/\"", "build:ts": "tsc", "lint": "eslint --ext .js,.ts,.tsx src", "test": "vitest run", "version": "pnpm run build" } }