2018-05-13 23:32:01 -04:00
|
|
|
{
|
|
|
|
"name": "deno",
|
2018-05-14 03:06:09 -04:00
|
|
|
"scripts": {
|
2018-05-14 03:15:21 -04:00
|
|
|
"lint": "tslint -p tsconfig.json",
|
|
|
|
"fmt": "prettier --write *.ts* *.js *.json"
|
2018-05-14 03:06:09 -04:00
|
|
|
},
|
2018-05-13 23:32:01 -04:00
|
|
|
"devDependencies": {
|
2018-05-14 02:50:55 -04:00
|
|
|
"@types/text-encoding": "^0.0.32",
|
2018-05-13 23:32:01 -04:00
|
|
|
"parcel-bundler": "^1.8.1",
|
2018-05-14 00:42:14 -04:00
|
|
|
"protobufjs": "^6.8.6",
|
2018-05-14 02:50:55 -04:00
|
|
|
"text-encoding": "^0.6.4",
|
2018-05-14 03:06:09 -04:00
|
|
|
"tslint": "^5.10.0",
|
2018-05-13 23:32:01 -04:00
|
|
|
"typescript": "^2.8.3"
|
|
|
|
}
|
|
|
|
}
|