lila/ui/msg/package.json

25 lines
537 B
JSON

{
"name": "msg",
"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/cash": "8.0.0",
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
},
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"scripts": {
"dev": "rollup --config",
"prod": "rollup --config --config-prod"
}
}