{
  "name": "wollok-web-tools",
  "version": "2.1.1",
  "description": "Wollok Web Tools library for web development",
  "type": "module",
  "main": "dist/index.js",
  "repository": "https://github.com/uqbar-project/wollok-web-tools",
  "author": "Uqbar",
  "license": "GPL-3.0",
  "keywords": [
    "wollok",
    "wollok-ts",
    "game",
    "development",
    "library",
    "dynamic",
    "diagram"
  ],
  "scripts": {
    "test": "mocha --loader=ts-node/esm --parallel test/**/*.spec.ts",
    "test:game": "http-server -o ./test/game",
    "watch": "npm run build:lib && webpack watch --mode development",
    "build:lib": "rimraf dist && tsc -p ./tsconfig.build.json",
    "build": "npm run build:lib && webpack --mode production",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "cytoscape": "3.33.1",
    "howler": "2.2.4",
    "p5": "1.11.0",
    "path": "0.12.7",
    "socket.io": "4.8.0",
    "wollok-ts": "4.3.0"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin-ts": "2.8.0",
    "@types/chai": "4.3.6",
    "@types/howler": "2.2.4",
    "@types/mocha": "10.0.8",
    "@types/p5": "1.4.0",
    "@types/sinon": "17.0.3",
    "@typescript-eslint/eslint-plugin": "8.7.0",
    "@typescript-eslint/parser": "8.7.0",
    "chai": "4.3.6",
    "clean-webpack-plugin": "4.0.0",
    "eslint": "8.57.1",
    "http-server": "14.1.0",
    "mocha": "10.7.3",
    "rimraf": "6.0.1",
    "ts-loader": "9.5.1",
    "ts-node": "10.9.2",
    "typescript": "5.5.3",
    "webpack": "5.95.0",
    "webpack-cli": "5.1.4"
  }
}
