{
  "name": "@cosmology/types",
  "version": "2.2.0",
  "description": "Telescope types",
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/hyperweb-io/telescope",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperweb-io/telescope"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint .",
    "format": "eslint . --fix"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "dist/"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/dist/"
    ]
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/hyperweb-io/telescope/issues"
  },
  "devDependencies": {
    "cross-env": "^7.0.2",
    "makage": "^0.1.12"
  },
  "dependencies": {
    "case": "1.6.3",
    "fast-json-patch": "3.1.1"
  },
  "gitHead": "f58cb9dc265e15cb322855d98b88bdb5632a6c76"
}
