{ "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.28.1", "@typescript-eslint/parser": "^4.28.1", "@wdio/cli": "^7.7.4", "@wdio/local-runner": "^7.7.4", "@wdio/mocha-framework": "^7.7.3", "@wdio/spec-reporter": "^7.7.3", "@wdio/static-server-service": "^7.7.3", "@wdio/sync": "^7.7.4", "chai": "^4.3.4", "chai-html": "^2.0.1", "chromedriver": "^91.0.1", "copy-webpack-plugin": "^9.0.0", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "lerna": "^4.0.0", "mocha": "^9.0.1", "prettier": "^2.3.1", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", "ts-loader": "^9.2.3", "typescript": "^4.3.4", "wdio-chromedriver-service": "^7.1.1", "webpack": "^5.41.1", "webpack-cli": "^4.7.2" }, "scripts": { "bootstrap": "npm install && lerna bootstrap --hoist", "build": "lerna run build --stream", "buildProduction": "lerna run build --stream -- --mode=production", "build:avm_debug": "lerna run build --stream -- -- --env features=avm_debug", "demo": "lerna run --scope ruffle-demo serve --stream", "test": "lerna run test --stream", "docs": "lerna run docs --stream", "format": "eslint . --fix", "lint": "eslint . && stylelint **.css" } }