lila/ui/ceval/package.json

43 lines
945 B
JSON

{
"name": "ceval",
"version": "1.0.0",
"description": "lichess.org local computer analysis",
"main": "dist/src/main.js",
"types": "dist/src/main",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"play",
"replay"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"scripts": {
"compile": "tsc",
"pretest": "tsc",
"test": "nodeunit dist/test"
},
"devDependencies": {
"@types/jquery": "^2.0",
"@types/nodeunit": "0.0.30",
"@types/lichess": "1.0.0",
"@types/defer-promise": "1.0.0",
"nodeunit": "^0.11.0",
"typescript": "^2"
},
"dependencies": {
"chess": "1.0.0",
"common": "1.0.0",
"defer-promise": "^1.0.1",
"snabbdom": "ornicar/snabbdom#lichess"
}
}