23 lines
421 B
JSON
23 lines
421 B
JSON
{
|
|
"name": "assets",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"fmt": "oxfmt",
|
|
"lint": "oxlint",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"chess.js": "^1.4.0",
|
|
"chessground": "^9.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"oxfmt": "^0.55.0",
|
|
"oxlint": "^1.70.0"
|
|
}
|
|
}
|