summaryrefslogtreecommitdiff
path: root/package.json
blob: 8da3f7406ac167c1d1ef040c8a92a09b95c41ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "deno",
  "scripts": {
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "fmt": "prettier --write *.ts* *.js *.json"
  },
  "devDependencies": {
    "@types/base64-js": "^1.2.5",
    "@types/source-map-support": "^0.4.0",
    "babel-polyfill": "^6.26.0",
    "base64-js": "^1.3.0",
    "espree": "^3.5.3",
    "jsdoc": "^3.5.5",
    "parcel-bundler": "^1.8.1",
    "prettier": "^1.12.1",
    "protobufjs": "^6.8.6",
    "source-map": "0.6.0",
    "text-encoding": "^0.6.4",
    "tmp": "0.0.33",
    "tslint": "5.10.0",
    "typescript": "^2.8.3",
    "uglify-js": "^2.8.29"
  },
  "dependencies": {}
}