summaryrefslogtreecommitdiff
path: root/package.json
blob: 48593c59fb2d3a90e217b5670aa2a69d9dc6a328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "deno",
  "scripts": {
    "lint": "tslint -p tsconfig.json",
    "fmt": "prettier --write *.ts* *.js *.json"
  },
  "devDependencies": {
    "@types/text-encoding": "^0.0.32",
    "parcel-bundler": "^1.8.1",
    "protobufjs": "^6.8.6",
    "text-encoding": "^0.6.4",
    "tslint": "^5.10.0",
    "typescript": "^2.8.3"
  }
}