lila/ui/cli/package.json

22 lines
480 B
JSON

{
"name": "cli",
"version": "2.0.0",
"description": "lichess.org command line interface",
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {},
"devDependencies": {
"@types/jquery": "^2.0",
"browserify": "^14",
"gulp": "^3",
"gulp-uglify": "^3",
"gulp-util": "^3",
"tsify": "^3",
"@types/lichess": "1.0.0",
"typescript": "^2",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^1",
"watchify": "^3"
}
}