{
  "name": "@rsql/definitions",
  "description": "RSQL definitions",
  "repository": "https://github.com/piotr-oles/rsql.git",
  "license": "MIT",
  "author": "Piotr Oleś <piotrek.oles@gmail.com>",
  "version": "0.0.1-next.0",
  "sideEffects": false,
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "rm -rf ./lib && rm -f tsconfig.tsbuildinfo",
    "compile": "tsc -b tsconfig.json",
    "dev": "yarn compile --watch --preserveWatchOutput",
    "build": "yarn clean && yarn compile"
  },
  "engines": {
    "node": ">= 8"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "gitHead": "745c92751314987ad98b85b7062ba2475c5c403c"
}
