lila/ui/tree/package.json

28 lines
583 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": {
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-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",
2021-06-21 10:06:16 -06:00
"typescript": "^4.3.4"
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
}
}