lila/ui/speech/package.json

27 lines
563 B
JSON
Raw Normal View History

{
"name": "speech",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
"description": "lichess.org speech synthesis",
"keywords": [
"chess",
"lichess",
"non-visual",
"speech synthesis",
"accessibility"
],
"author": "Thibault Duplessis",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
"devDependencies": {
2020-07-01 02:25:16 -06:00
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
2020-07-01 02:25:16 -06:00
},
"scripts": {
"dev": "rollup --config",
"prod": "rollup --config --config-prod"
}
}