{
  "name": "query-spec",
  "version": "0.12.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "The Constructive query language specification — shared filter, ordering, and pagination types",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "query",
    "filter",
    "spec",
    "sql",
    "graphql",
    "constructive"
  ],
  "devDependencies": {
    "makage": "^0.3.0"
  },
  "gitHead": "b5b6b9f05276b7e9cbd3d1f4acd31dd315c353ea"
}
