lila/ui/common/package.json

21 lines
396 B
JSON
Raw Normal View History

{
"name": "common",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
"description": "lichess.org common utils",
2019-01-25 18:05:07 -07:00
"main": "common.js",
"keywords": [
"chess",
"lichess"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
2017-04-02 16:42:34 -06:00
"scripts": {
2019-06-28 18:45:35 -06:00
"compile": "../../node_modules/typescript/bin/tsc"
2017-04-02 16:42:34 -06:00
},
"devDependencies": {
2019-09-17 15:09:06 -06:00
"@types/lichess": "2.0.0",
2018-11-07 07:57:30 -07:00
"typescript": "^3"
2019-09-17 15:09:06 -06:00
}
}