{
    "name": "@gaia-project/engine",
    "version": "4.8.51",
    "description": "Javascript engine for project gaia",
    "main": "dist/index.js",
    "types": "index.ts",
    "source": "index.ts",
    "repository": "git@github.com:boardgamers-mono/gaia-project.git",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "src",
        "dist",
        "index.d.ts",
        "index.ts",
        "tsconfig.json",
        "wrapper.ts",
        "index.js",
        "wrapper.js"
    ],
    "scripts": {
        "prepublishOnly": "npm run test && npm run clean && tsc",
        "build": "npm run clean && tsc",
        "clean": "rm -Rf dist",
        "lint": "eslint . --ext .ts",
        "test": "mocha -r ts-node/register src/**/*.spec.ts src/*.spec.ts *.spec.ts",
        "test-single": "mocha -r ts-node/register"
    },
    "contributors": [
        "coyotte508 <coyotte508@gmail.com>",
        "rzulian <riccardo.zulian@gmail.com>"
    ],
    "license": "MIT",
    "dependencies": {
        "eventemitter3": "^3.1.0",
        "hexagrid": "^2.1.1",
        "lodash": "^4.17.15",
        "seedrandom": "2.4.3",
        "semver-compare": "1.0.0",
        "shuffle-seed": "1.1.6"
    },
    "devDependencies": {
        "@types/chai": "^4.1.2",
        "@types/lodash": "^4.14.149",
        "@types/mocha": "^2.2.48",
        "@types/node": "^14.0.14",
        "@types/seedrandom": "^2.4.27",
        "@types/semver-compare": "^1.0.1",
        "@types/shuffle-seed": "^1.1.0",
        "@typescript-eslint/eslint-plugin": "^2.31.0",
        "@typescript-eslint/parser": "^2.31.0",
        "chai": "^4.1.2",
        "eslint": "^6.8.0",
        "eslint-plugin-import": "^2.20.2",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-promise": "^4.2.1",
        "eslint-plugin-standard": "^4.0.1",
        "mocha": "^5.2.0",
        "ts-node": "^5.0.1",
        "typescript": "^3.8.3"
    }
}
