{ "name": "ruffle", "version": "0.1.0", "description": "Root project of ruffle web", "license": "(MIT OR Apache-2.0)", "private": true, "workspaces": [ "./packages/*" ], "engines": { "npm": ">=7" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "@wdio/cli": "^7.16.12", "@wdio/local-runner": "^7.16.14", "@wdio/mocha-framework": "^7.16.14", "@wdio/spec-reporter": "^7.16.11", "@wdio/static-server-service": "^7.16.11", "chai": "^4.3.6", "chai-html": "^2.0.1", "chromedriver": "^98.0.0", "copy-webpack-plugin": "^10.0.0", "cross-env": "^7.0.3", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "mocha": "^9.2.0", "prettier": "^2.5.1", "stylelint": "^14.3.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^25.0.0", "stylelint-prettier": "^2.0.0", "ts-loader": "^9.2.6", "typescript": "^4.5.5", "wdio-chromedriver-service": "^7.2.2", "webpack": "^5.68.0", "webpack-cli": "^4.9.2" }, "scripts": { "build": "npm run build --workspaces", "build:debug": "cross-env NODE_ENV=development CARGO_FEATURES=avm_debug npm run build", "build:dual-wasm": "cross-env ENABLE_WASM_EXTENSIONS=true npm run build", "demo": "npm run serve --workspace ruffle-demo", "test": "npm run test --workspaces --if-present", "docs": "npm run docs --workspaces --if-present", "lint": "eslint . && stylelint **.css", "format": "eslint . --fix && stylelint --fix **.css" } }