{
  "name": "rollup-plugin-typescript-paths-vtn",
  "version": "1.2.3",
  "description": "Rollup Plugin to automatically resolve path aliases set in the compilerOptions section of tsconfig.json.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "npm run prepare && node test",
    "preversion": "npm test",
    "prepare": "tsc"
  },
  "author": "Simon Haenisch (https://github.com/simonhaenisch)",
  "repository": "simonhaenisch/rollup-plugin-typescript-paths",
  "keywords": [
    "rollup-plugin",
    "typescript"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/simonhaenisch/rollup-plugin-typescript-paths/issues"
  },
  "homepage": "https://github.com/simonhaenisch/rollup-plugin-typescript-paths#readme",
  "devDependencies": {
    "@types/node": "12.0.3",
    "rollup": "^1.31.1",
    "typescript": "^3.4.5"
  },
  "peerDependencies": {
    "typescript": ">=3.x"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "all",
    "useTabs": true,
    "bracketSpacing": true
  }
}
