lila/ui/game/package.json

26 lines
521 B
JSON
Raw Normal View History

{
"name": "game",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
"description": "lichess.org game",
2019-01-25 08:30:41 -07:00
"main": "game.js",
2021-02-06 04:35:00 -07:00
"typings": "game",
"keywords": [
"chess",
"lichess",
"play",
"replay"
],
"author": "Thibault Duplessis",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2017-04-03 13:38:12 -06:00
"scripts": {
2020-07-08 11:22:24 -06:00
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
2017-04-03 13:38:12 -06:00
},
"devDependencies": {
2019-09-17 15:09:06 -06:00
"@types/lichess": "2.0.0",
"typescript": "^4.1.3"
2019-09-17 15:09:06 -06:00
}
}