chessground12
Version:
Extended lishuuro.org Chess UI
59 lines • 1.43 kB
JSON
{
"name": "chessground12",
"version": "1.1.0",
"description": "Extended lishuuro.org Chess UI",
"type": "module",
"module": "chessground.js",
"main": "dist/chessground.js",
"types": "chessground.d.ts",
"exports": {
".": "./dist/chessground.js",
"./*": "./dist/*.js"
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
},
"scripts": {
"prepare": "$npm_execpath run compile",
"compile": "tsc --sourceMap --declaration",
"lint": "eslint src/*.ts",
"format": "prettier --write .",
"check-format": "prettier --check .",
"bundle": "esbuild src/chessground.ts --bundle --format=esm --outfile=dist/chessground.min.js --minify",
"dist": "$npm_execpath run compile && $npm_execpath run bundle"
},
"files": [
"/dist/*.js",
"/dist/*.d.ts",
"/dist/*.js.map",
"/assets/*.css",
"/src/*.ts"
],
"repository": "https://github.com/uros-5/chessground12",
"keywords": [
"chess",
"lichess",
"lichess.org",
"chessboard",
"ui",
"typescript",
"lishuuro"
],
"author": "uros-5",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/uros-5/chessground12/issues"
}
}