{
    "name": "khmer-chess-ai",
    "version": "1.0.12",
    "description": "Khmer Chess (Ouk) Brain",
    "main": "./dist/src/index.js",
    "types": "./src/index.ts",
    "scripts": {
        "start": "ts-node debug.ts",
        "lint": "eslint . --ext .ts ./src",
        "build:bundle": "webpack --config webpack.config.js",
        "build:js": "del-cli dist -f && npm run lint && tsc",
        "build": "npm run build:js && npm run build:bundle",
        "test": "karma start karma.conf.js",
        "cov": "http-server coverage/ -o",
        "pub": "npm i && npm run build && npm publish"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/K4us/khmer-chess-ai.js.git"
    },
    "keywords": [
        "KhmerChess",
        "Khmer",
        "Chess",
        "Node.js",
        "Library"
    ],
    "author": "Raksa Eng <eng.raksa@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/K4us/khmer-chess-ai.js/issues"
    },
    "homepage": "https://github.com/K4us/khmer-chess-ai.js#readme",
    "devDependencies": {
        "@types/jasmine": "^3.8.2",
        "@typescript-eslint/eslint-plugin": "^4.15.1",
        "@typescript-eslint/parser": "^4.15.1",
        "del-cli": "^4.0.1",
        "eslint": "^7.20.0",
        "http-server": "^13.0.1",
        "karma": "^6.3.4",
        "karma-chrome-launcher": "^3.1.0",
        "karma-jasmine": "^4.0.1",
        "karma-typescript": "^5.5.2",
        "ts-node": "^10.2.1",
        "typescript": "^4.3.5",
        "webpack": "^5.21.2",
        "webpack-cli": "^4.5.0"
    },
    "dependencies": {
        "khmer-chess": "^1.0.65"
    }
}
