{
  "name": "dprint-plugin-typescript",
  "version": "0.20.4",
  "description": "TypeScript plugin for dprint.",
  "main": "dist/dprint-plugin-typescript.js",
  "types": "lib/dprint-plugin-typescript.d.ts",
  "scripts": {
    "build": "rimraf dist && yarn build:rust && yarn rollup && yarn build:declarations",
    "build:rust": "rimraf src/wasm && wasm-pack build wasm --release --target nodejs --out-dir ../src/wasm",
    "build:rust-debug": "rimraf src/wasm && wasm-pack build wasm --dev --target nodejs --out-dir ../src/wasm",
    "build:declarations": "ts-node --compiler ttypescript --project scripts/tsconfig.json --transpile-only scripts/buildDeclarations.ts",
    "test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha",
    "test:debug": "yarn test --inspect-brk",
    "test:watch": "yarn test --watch-extensions ts --watch",
    "rollup": "copyfiles -u 1 src/wasm/**/* dist && rollup --config",
    "output-implemented-nodes": "ts-node scripts/outputImplementedNodes.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dprint/dprint.git"
  },
  "keywords": [
    "code",
    "formatter",
    "typescript",
    "dprint",
    "plugin"
  ],
  "author": "David Sherret",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dprint/dprint/issues"
  },
  "homepage": "https://github.com/dprint/dprint#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@babel/core": "^7.9.0",
    "@babel/parser": "^7.9.4",
    "@babel/preset-typescript": "^7.9.0",
    "@dprint/core": "~0.9.0",
    "@dprint/types": "~0.4.0"
  },
  "devDependencies": {
    "@dprint/development": "*",
    "@types/babel__core": "^7.1.7",
    "@types/babel__generator": "^7.6.1",
    "@types/babel__template": "^7.0.2",
    "@types/babel__traverse": "^7.0.11",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "@types/ts-nameof": "^4.2.1",
    "chai": "^4.2.0",
    "copyfiles": "^2.2.0",
    "cross-env": "^7.0.2",
    "mocha": "^7.1.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.7.3",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript2": "^0.27.0",
    "ts-morph": "^7.0.3",
    "ts-nameof": "^4.2.2",
    "ts-node": "^8.9.1",
    "ttypescript": "^1.5.10",
    "typescript": "^3.8.3",
    "wasm-pack": "^0.9.1"
  }
}
