mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
25 lines
622 B
JSON
25 lines
622 B
JSON
{
|
|
"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": {}
|
|
}
|