lila/ui/speech/package.json

34 lines
707 B
JSON
Raw Normal View History

{
"name": "speech",
"version": "1.0.0",
"description": "lichess.org speech synthesis",
"main": "dist/main.js",
"types": "dist/main",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"non-visual",
"speech synthesis",
"accessibility"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"scripts": {
2019-06-28 18:45:35 -06:00
"compile": "../../node_modules/typescript/bin/tsc"
},
"devDependencies": {
"@build/tsProject": "^2",
"@types/lichess": "1.0.0"
},
"dependencies": {
}
}