{
  "name": "@osmonauts/telescope",
  "version": "1.0.2",
  "description": "A TypeScript Transpiler for Cosmos Protobufs",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/osmosis-labs/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": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
    "build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start  --extensions \".tsx,.ts,.js\"",
    "build:ts": "tsc --project ./tsconfig.json",
    "build": "npm run build:module && npm run build:main",
    "buidl": "npm run build && npm run build:ts",
    "buidl:clean": "npm run clean && npm run buidl",
    "clean": "rimraf ./types",
    "prepare": "npm run build",
    "dev": "cross-env NODE_ENV=development babel-node src/telescope --extensions \".tsx,.ts,.js\"",
    "watch": "cross-env NODE_ENV=development babel-watch src/telescope --extensions \".tsx,.ts,.js\"",
    "file": "cross-env NODE_ENV=development babel-watch src/file --extensions \".tsx,.ts,.js\"",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/osmosis-labs/telescope"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/osmosis-labs/telescope/issues"
  },
  "devDependencies": {
    "@babel/cli": "7.21.0",
    "@babel/eslint-parser": "^7.21.3",
    "@babel/node": "^7.20.7",
    "@types/jest": "^29.5.0",
    "ast-stringify": "0.1.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "29.5.0",
    "babel-watch": "^7.7.2",
    "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",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@babel/core": "7.21.4",
    "@babel/generator": "7.21.4",
    "@babel/parser": "^7.21.4",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-export-default-from": "7.18.10",
    "@babel/plugin-proposal-object-rest-spread": "7.20.7",
    "@babel/plugin-transform-runtime": "7.21.4",
    "@babel/preset-env": "7.21.4",
    "@babel/preset-typescript": "^7.21.4",
    "@babel/runtime": "^7.21.0",
    "@babel/traverse": "7.21.4",
    "@babel/types": "7.21.4",
    "@cosmwasm/ts-codegen": "0.34.0",
    "@osmonauts/ast": "^1.0.2",
    "@osmonauts/proto-parser": "^1.0.2",
    "@osmonauts/types": "^1.0.2",
    "@osmonauts/utils": "^1.0.2",
    "@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"
  },
  "gitHead": "e76cf6819b05d440ccbb0bfc68de0d78a473bb9d"
}
