{
  "name": "@cosmology/ast",
  "version": "2.2.0",
  "description": "Cosmos TypeScript AST generation",
  "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",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:update": "jest --watch -u",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "transform": {
      "^.+\\.ts?$": "ts-jest"
    },
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "dist/"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/dist/"
    ],
    "moduleNameMapper": {
      "^@cosmology/ast$": "<rootDir>/src"
    }
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/hyperweb-io/telescope/issues"
  },
  "devDependencies": {
    "@babel/parser": "^7.23.6",
    "@cosmology/proto-parser": "2.2.0",
    "ast-stringify": "0.1.0",
    "cross-env": "^7.0.2",
    "deepmerge": "4.3.1",
    "glob": "8.0.3",
    "jest-in-case": "^1.0.2",
    "makage": "^0.1.12",
    "mkdirp": "3.0.0"
  },
  "dependencies": {
    "@babel/generator": "^7.23.6",
    "@babel/types": "7.23.6",
    "@cosmology/types": "2.2.0",
    "@cosmology/utils": "2.2.0",
    "case": "1.6.3",
    "dotty": "0.1.2"
  },
  "gitHead": "f58cb9dc265e15cb322855d98b88bdb5632a6c76"
}
