lila/ui/tree/package.json

29 lines
596 B
JSON
Raw Normal View History

2016-11-26 05:28:23 -07:00
{
"name": "tree",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
2016-11-26 05:28:23 -07:00
"description": "lichess.org moves tree",
"type": "module",
"module": "dist/main.js",
"types": "dist/main.d.ts",
2016-11-26 05:28:23 -07:00
"keywords": [
"chess",
"lichess"
],
"author": "Thibault Duplessis",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2017-04-04 15:25:35 -06:00
"scripts": {
2021-06-30 07:45:23 -06:00
"compile": "tsc --incremental",
2021-08-22 16:53:14 -06:00
"dev": "$npm_execpath run compile",
"prod": "$npm_execpath run compile"
2017-04-04 15:25:35 -06:00
},
2016-11-26 05:28:23 -07:00
"devDependencies": {
2019-09-17 15:09:06 -06:00
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
"typescript": "^4.4.3"
2016-11-26 05:28:23 -07:00
},
"dependencies": {
2019-09-17 15:09:06 -06:00
"common": "2.0.0"
2016-11-26 05:28:23 -07:00
}
}