onix-chess
Version:
Onix chess library
50 lines (49 loc) • 1.4 kB
JSON
{
"name": "onix-chess",
"version": "7.2.3",
"description": "Onix chess library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"webpack": "webpack --config webpack.config.js",
"stats": "webpack --profile --json > stats.json",
"statsp": "webpack --profile --json --mode=production > stats.json",
"test": "mocha --recursive --require @babel/register --require ./test/helpers.js",
"testrun": "tsc & mocha --recursive --require @babel/register --require ./test/helpers.js"
},
"keywords": [
"onix",
"library",
"chess"
],
"repository": {
"type": "git",
"url": "git@github.com:DrNixx/onix-chess.git"
},
"author": "Nick Panteleeff <drnixx@gmail.com> (https://github.com/DrNixx)",
"license": "MIT",
"dependencies": {
"chessground": "^7.9.3",
"lodash": "^4.17.20",
"onix-core": "^4.2.4",
"redux": "^4.0.5",
"shortid": "^2.2.16",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.20",
"@types/shortid": "0.0.29",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"mocha": "^8.2.1",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.12.1",
"webpack-cli": "^4.3.1"
}
}