deno/package.json
2018-05-19 07:06:23 -04:00

18 lines
399 B
JSON

{
"name": "deno",
"scripts": {
"lint": "tslint -p tsconfig.json",
"fmt": "prettier --write *.ts* *.js *.json"
},
"devDependencies": {
"@types/source-map-support": "^0.4.0",
"http-server": "^0.11.1",
"parcel-bundler": "^1.8.1",
"protobufjs": "^6.8.6",
"source-map-support": "^0.5.6",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},
"dependencies": {}
}