lila/ui/insight/package.json

28 lines
552 B
JSON

{
"name": "insight",
"version": "2.0.0",
"private": true,
"description": "lichess.org chess insights",
"main": "src/main.js",
"keywords": [
"chess",
"lichess",
"insight",
"analysis"
],
"author": "ornicar",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0"
},
"dependencies": {
"common": "2.0.0",
"mithril": "github:ornicar/mithril.js#lila-1",
"numeral": "^1.5"
},
"scripts": {
"dev": "rollup --config",
"prod": "rollup --config --config-prod"
}
}