{
  "name": "import-sort-parser-typescript",
  "version": "6.0.0",
  "description": "An import-sort parser based on the TypeScript parser.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "prepublishOnly": "tsc -b .",
    "build": "tsc -b .",
    "build:watch": "tsc -b . -w",
    "test": "mocha --require ts-node/register --recursive \"test/**/*.ts\"",
    "test:watch": "mocha -w --require ts-node/register --recursive \"test/**/*.ts\"",
    "lint": "eslint --ext ts src"
  },
  "author": "Renke Grunwald <renke@renke.org> (https://github.com/renke)",
  "repository": "renke/import-sort",
  "license": "ISC",
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.3",
    "@types/node": "^10.3.5",
    "@typescript-eslint/eslint-plugin": "^1.2.0",
    "chai": "^4.0.2",
    "eslint": "^5.13.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.0",
    "eslint-plugin-react": "^7.12.4",
    "import-sort-parser": "^6.0.0",
    "mocha": "^5.2.0",
    "ts-node": "^8.0.2"
  },
  "dependencies": {
    "typescript": "^3.2.4"
  },
  "gitHead": "8049f35b2c2fb674bd8bc73e420d508413bb544c"
}
