mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "deno",
|
|
"scripts": {
|
|
"lint": "tslint -p tsconfig.json",
|
|
"fmt": "prettier --write *.ts* *.js *.json"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "^0.11.1",
|
|
"parcel-bundler": "^1.8.1",
|
|
"protobufjs": "^6.8.6",
|
|
"tslint": "^5.10.0",
|
|
"typescript": "^2.8.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|