{
  "name": "typewriter",
  "version": "9.2.0",
  "description": "A compiler for generating strongly typed analytics clients via Segment Protocols",
  "repository": "ssh://git@github.com/segmentio/typewriter.git",
  "author": "Oscar Bazaldua <oscar.bazaldua@segment.com>",
  "bin": {
    "typewriter": "./bin/run"
  },
  "homepage": "https://github.com/segmentio/typewriter",
  "bugs": "https://github.com/segmentio/typewriter/issues",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@npmcli/ci-detect": "^2.0.0",
    "@oclif/core": "^1.7",
    "@segment/analytics-node": "^1.0.0-beta.26",
    "ajv": "^8.11.0",
    "chalk": "^4",
    "debug": "^4.3.4",
    "figures": "^3",
    "got": "^11",
    "handlebars": "^4.7.7",
    "inquirer": "^8.2.3",
    "joi": "^17.6.0",
    "json-stable-stringify": "^1.0.1",
    "latest-version": "^5",
    "lodash": "^4.17",
    "node-machine-id": "^1.1.12",
    "quicktype-core": "^6.0.71",
    "semver": "^7.3",
    "sort-keys": "^4.2.0",
    "terminal-link": "^2",
    "typescript": "*",
    "yaml": "^2.3.1"
  },
  "devDependencies": {
    "@oclif/test": "^2.1",
    "@segment/analytics-next": "^1.51.6",
    "@segment/analytics-react-native": "^2.2.1",
    "@types/chai": "^4",
    "@types/debug": "^4.1.7",
    "@types/got": "^9.6.12",
    "@types/inquirer": "^8.2.1",
    "@types/jest": "^29.0.0",
    "@types/json-stable-stringify": "^1.0.34",
    "@types/lodash": "^4.14.179",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.9.4",
    "@types/npmcli__ci-detect": "^2.0.0",
    "@types/semver": "^7.3.9",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "chai": "^4",
    "copyfiles": "^2.4.1",
    "eslint": "^8.0.1",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.2",
    "eslint-config-standard-with-typescript": "^22.0.0",
    "eslint-config-twilio": "^2.0.0",
    "eslint-config-twilio-ts": "^2.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "globby": "^11",
    "jest": "^28",
    "mocha": "^9",
    "oclif": "^3.0",
    "shx": "^0.3",
    "stdout-stderr": "^0.1.13",
    "ts-jest": "^28",
    "ts-node": "^10.7",
    "tslib": "^2.4"
  },
  "oclif": {
    "bin": "typewriter",
    "dirname": "typewriter",
    "commands": "./dist/commands",
    "default": "start",
    "plugins": [],
    "helpClass": "./dist/help",
    "description": "A compiler for generating strongly typed analytics clients via Segment Protocols",
    "hooks": {
      "init": [
        "./dist/hooks/prerun/load-languages"
      ],
      "postrun": "./dist/hooks/postrun/telemetry"
    }
  },
  "scripts": {
    "build": "shx rm -rf dist && npm run build:typedef-test-artifacts && tsc && copyfiles --up 1 \"src/**/*.hbs\" dist && npm run build:telemetry",
    "build:telemetry": "./bin/run -m=prod",
    "build:typedef-test-artifacts": "ts-node src/__tests__/ts-typedef-tests/run-build.ts",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "yarn test:typedef && jest --runInBand",
    "test:typedef": "npm run build:typedef-test-artifacts && ts-node src/__tests__/ts-typedef-tests/run-test.ts",
    "version": "oclif readme && git add README.md"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "oclif",
    "segment",
    "analytics"
  ],
  "types": "dist/index.d.ts"
}
