lila/ui/cli/package.json

23 lines
502 B
JSON

{
"name": "cli",
"version": "2.0.0",
"private": true,
"description": "lichess.org command line interface",
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0"
},
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
},
"scripts": {
"dev": "rollup --config",
"prod": "rollup --config --config-prod"
}
}