chessgame-lib-js
Version:
A javascript library for chess logic.
29 lines (28 loc) • 646 B
JSON
{
"name": "chessgame-lib-js",
"version": "0.2.0",
"description": "A javascript library for chess logic.",
"main": "./dist/index.js",
"files": ["dist"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch",
"prepublishOnly": "webpack --mode=production"
},
"keywords": [
"chess",
"game",
"chessgame",
"library",
"chess logic"
],
"author": "lukaszdyszy",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"babel-loader": "^8.2.5",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}