lila/ui/ceval/package.json

33 lines
718 B
JSON

{
"name": "ceval",
"version": "2.0.0",
"private": true,
"description": "lichess.org local computer analysis",
"main": "dist/src/main.js",
"types": "dist/src/main",
"keywords": [
"chess",
"lichess",
"play",
"replay"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
},
"devDependencies": {
"@types/defer-promise": "1.0.0",
"@types/jquery": "^2.0",
"@types/lichess": "2.0.0",
"typescript": "^3"
},
"dependencies": {
"chessops": "^0.5.0",
"common": "2.0.0",
"snabbdom": "^0.7.4"
}
}