{
  "name": "parcel-plugin-typescript-paths",
  "version": "0.1.14",
  "description": "This plugin enabled Parcel to automatically use module aliases defined in tsconfig.json's compilerOptions.paths without any additional configuration. ",
  "main": "dist/index.js",
  "peerDependencies": {
    "parcel-bundler": "^1.11.0"
  },
  "dependencies": {},
  "bundledDependencies": [
    "@types/node"
  ],
  "devDependencies": {
    "@types/node": "^10.12.18",
    "eslint": "^5.12.0",
    "mocha": "^5.2.0",
    "parcel-assert-bundle-tree": "^1.0.0",
    "parcel-bundler": "^1.11.0",
    "tslint": "^5.12.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.2.2"
  },
  "scripts": {
    "test": "mocha --timeout 30000",
    "build": "tsc",
    "tsc": "tsc",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boboben1/parcel-plugin-typescript-paths.git"
  },
  "keywords": [
    "parcel",
    "typescript",
    "module-alias"
  ],
  "author": "boboben1",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/boboben1/parcel-plugin-typescript-paths/issues"
  },
  "homepage": "https://github.com/boboben1/parcel-plugin-typescript-paths#readme"
}
