summaryrefslogtreecommitdiff
path: root/package.json
blob: 8a4a131eaf666f7e2a3d1740ae8f25127e5c6920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "deno",
  "devDependencies": {
    "@types/prettier": "1.16.1",
    "@typescript-eslint/eslint-plugin": "2.1.0",
    "@typescript-eslint/parser": "2.1.0",
    "eslint": "5.15.1",
    "eslint-config-prettier": "4.1.0",
    "magic-string": "0.25.2",
    "prettier": "1.17.1",
    "typescript": "3.5.1"
  }
}