lila/ui/dgt/package.json

23 lines
487 B
JSON

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