{ "name": "connect-force", "version": "0.0.0", "type": "module", "description": "A selfmade Connect Four game.", "author": "Manuel Thalmann ", "scripts": { "gulp": "cross-env NODE_OPTIONS=\"--loader ts-node/esm\" gulp --", "build": "npm run gulp Build", "rebuild": "npm run clean && npm run build", "watch": "npm run gulp Watch", "clean": "rimraf ./lib", "lint": "eslint --max-warnings 0 ./src .eslintrc.cjs", "lint-ide": "npm run lint || exit 0", "prepare": "npm run rebuild" }, "devDependencies": { "@manuth/eslint-plugin-typescript": "^4.0.1", "@manuth/tsconfig": "^3.0.2", "@types/browser-sync": "^2.26.3", "@types/gulp": "^4.0.10", "@types/node": "^18.11.11", "browser-sync": "^2.27.10", "cross-env": "^7.0.3", "eslint": "^8.29.0", "gulp": "^4.0.2", "rimraf": "^3.0.2", "ts-node": "^10.9.1", "upath": "^2.0.1" } }