{ "name": "ruffle-core", "version": "0.1.0", "description": "Core bindings for Ruffle", "license": "(MIT OR Apache-2.0)", "private": true, "scripts": { "build": "webpack", "prepare": "webpack", "test": "mocha" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "eslint": "^7.13.0", "mocha": "^8.0.1", "typedoc": "^0.19.2", "typescript": "^4.0.5", "webpack": "^5.1.3", "webpack-cli": "^4.0.0" }, "dependencies": { "@types/source-map": "^0.5.2" } }