lila/ui/palantir/package.json

33 lines
785 B
JSON

{
"name": "palantir",
"version": "2.0.0",
"private": true,
"description": "lichess.org webrtc media calls",
"type": "module",
"module": "dist/main.js",
"types": "dist/main.d.ts",
"keywords": [
"chess",
"lichess",
"webrtc"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
},
"dependencies": {
"@types/webrtc": "^0.0.27",
"snabbdom": "^3.0.1"
},
"scripts": {
"compile": "tsc --incremental --declaration",
"dev": "$npm_execpath run compile && rollup --config",
"prod": "$npm_execpath run compile && rollup --config --config-prod"
}
}