{
  "name": "@subql/x-cosmology-telescope",
  "version": "1.4.14",
  "description": "A TypeScript Transpiler for Cosmos Protobufs",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/telescope#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "typings": "types/index.d.ts",
  "bin": {
    "telescope": "main/telescope.js"
  },
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "types",
    "module",
    "src",
    "main"
  ],
  "scripts": {
    "build:main": "yarn tsc -p tsconfig.json --outDir main --module commonjs",
    "build:module": "yarn tsc -p tsconfig.json --outDir module --module es2022",
    "build": "npm run build:module && npm run build:main",
    "buidl": "npm run build",
    "buidl:clean": "npm run clean && npm run buidl",
    "clean": "rimraf ./types",
    "prepare": "npm run build",
    "dev": "cross-env NODE_ENV=development ts-node src/telescope",
    "watch": "cross-env NODE_ENV=development ts-node-dev src/telescope",
    "file": "cross-env NODE_ENV=development ts-node-dev src/file",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "transform": {
      "^.+\\.ts?$": "ts-jest"
    },
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "main/",
      "module/",
      "types/"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cosmology-tech/telescope"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/cosmology-tech/telescope/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "ast-stringify": "0.1.0",
    "cross-env": "^7.0.2",
    "eslint": "8.38.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.5.0",
    "jest-in-case": "^1.0.2",
    "prettier": "^2.8.7",
    "regenerator-runtime": "^0.13.11",
    "ts-jest": "^29.1.0",
    "ts-node": "10.9.1",
    "ts-node-dev": "2.0.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@babel/generator": "^7.23.6",
    "@babel/parser": "^7.23.6",
    "@babel/traverse": "7.23.6",
    "@babel/types": "7.23.6",
    "@subql/x-cosmology-ast": "^1.4.10",
    "@subql/x-cosmology-proto-parser": "^1.4.6",
    "@subql/x-cosmology-types": "^1.4.4",
    "@subql/x-cosmology-utils": "^1.4.4",
    "@cosmwasm/ts-codegen": "0.34.0",
    "@types/parse-package-name": "0.1.0",
    "case": "1.6.3",
    "dargs": "7.0.0",
    "deepmerge": "4.3.1",
    "dotty": "0.1.2",
    "fuzzy": "0.1.3",
    "glob": "8.0.3",
    "inquirerer": "0.1.3",
    "long": "^5.2.1",
    "minimatch": "5.1.0",
    "minimist": "1.2.8",
    "mkdirp": "3.0.0",
    "parse-package-name": "1.0.0",
    "rimraf": "5.0.0",
    "shelljs": "0.8.5"
  }
}
