{
  "name": "rollup-typescript",
  "version": "1.2.1",
  "description": "Seamless integration between Rollup and TypeScript.",
  "main": "dist/rollup-typescript.cjs.js",
  "module": "dist/rollup-typescript.es.js",
  "jsnext:main": "dist/rollup-typescript.es.js",
  "types": "types.d.ts",
  "files": [
    "dist",
    "src",
    "types.d.ts"
  ],
  "keywords": [
    "rollup-plugin",
    "typescript",
    "es2015"
  ],
  "license": "MIT",
  "homepage": "https://github.com/glixlur/rollup-typescript",
  "author": "@glixlur",
  "scripts": {
    "prebuild": "rimraf dist/*",
    "build": "npx rollup -c",
    "lint": "tslint -c ./tslint.json src/*.ts",
    "pretest": "npm run build",
    "test": "mv tsconfig.json _tsconfig.json; mocha; mv _tsconfig.json tsconfig.json",
    "posttest": "npm run lint",
    "prepublish": "npm run test"
  },
  "dependencies": {
    "rollup-pluginutils": "^2.8.1",
    "tslib": "^1.10.0"
  },
  "peerDependencies": {
    "typescript": ">=3.4"
  },
  "devDependencies": {
    "@types/node": "^12.7.3",
    "buble": "^0.19.8",
    "eslint": "^6.3.0",
    "mocha": "^6.2.0",
    "npx": "^10.2.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.20.3",
    "rollup-typescript": "^1.2.0",
    "rollup-plugin-buble": "^0.19.8",
    "ts-node": "^8.3.0",
    "tslib": "^1.10.0",
    "tslint": "^5.19.0",
    "typescript": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glixlur/rollup-typescript.git"
  },
  "bugs": {
    "url": "https://github.com/glixlur/rollup-typescript/issues"
  }
}
