mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|