1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/package.json

26 lines
616 B
JSON
Raw Normal View History

2018-05-13 23:32:01 -04:00
{
"name": "deno",
2018-05-14 03:06:09 -04:00
"scripts": {
2018-05-14 03:15:21 -04:00
"lint": "tslint -p tsconfig.json",
2018-05-24 13:47:05 -04:00
"lint-version": "tslint --version",
2018-05-14 03:15:21 -04:00
"fmt": "prettier --write *.ts* *.js *.json"
2018-05-14 03:06:09 -04:00
},
2018-05-13 23:32:01 -04:00
"devDependencies": {
"@types/base64-js": "^1.2.5",
2018-05-19 07:06:23 -04:00
"@types/source-map-support": "^0.4.0",
2018-05-27 01:33:21 -04:00
"babel-polyfill": "^6.26.0",
"base64-js": "^1.3.0",
"espree": "^3.5.3",
"jsdoc": "^3.5.5",
2018-05-13 23:32:01 -04:00
"parcel-bundler": "^1.8.1",
2018-05-23 13:37:04 -04:00
"prettier": "^1.12.1",
2018-05-14 00:42:14 -04:00
"protobufjs": "^6.8.6",
"source-map": "0.6.0",
"tmp": "0.0.33",
2018-05-24 13:47:05 -04:00
"tslint": "5.10.0",
"typescript": "^2.8.3",
"uglify-js": "^2.8.29"
2018-05-18 20:39:20 -04:00
},
"dependencies": {}
2018-05-13 23:32:01 -04:00
}