{ "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": { "webpack-cli": "^4.0.0", "mocha": "^8.0.1" } }