{ "name": "ruffle", "version": "0.1.0", "description": "Root project of ruffle web", "license": "(MIT OR Apache-2.0)", "private": true, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", "@wdio/cli": "^7.14.0", "@wdio/local-runner": "^7.13.2", "@wdio/mocha-framework": "^7.13.2", "@wdio/spec-reporter": "^7.13.2", "@wdio/static-server-service": "^7.13.2", "chai": "^4.3.4", "chai-html": "^2.0.1", "chromedriver": "^94.0.0", "copy-webpack-plugin": "^9.0.1", "cross-env": "^7.0.3", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "lerna": "^4.0.0", "mocha": "^9.1.2", "prettier": "^2.4.1", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", "ts-loader": "^9.2.6", "typescript": "^4.4.3", "wdio-chromedriver-service": "^7.2.2", "webpack": "^5.56.0", "webpack-cli": "^4.8.0" }, "scripts": { "bootstrap": "npm install && lerna bootstrap --hoist", "build": "lerna run build --stream", "build:debug": "cross-env NODE_ENV=development CARGO_FEATURES=avm_debug npm run build", "demo": "lerna run --scope ruffle-demo serve --stream", "test": "lerna run test --stream", "docs": "lerna run docs --stream", "lint": "eslint . && stylelint **.css", "format": "eslint . --fix && stylelint --fix **.css" } }