mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 13:00:36 -05:00
14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"name": "deno",
|
|
"scripts": {
|
|
"lint": "tslint -p tsconfig.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"
|
|
}
|
|
}
|