{ "name": "ruffle-core", "version": "0.1.0", "description": "Core bindings for Ruffle", "license": "(MIT OR Apache-2.0)", "main": "./pkg/index.js", "types": "./pkg/index.d.ts", "files": [ "pkg/" ], "scripts": { "build": "npm run build:wasm && npm run build:ts", "build:ts": "tsc -d && node tools/set_version.js", "build:wasm": "wasm-pack build ../../ --out-dir packages/core/pkg", "docs": "typedoc", "test": "mocha -r esm -r ts-node/register test/**.ts" }, "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^8.0.4", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "chai": "^4.2.0", "eslint": "^7.13.0", "eslint-plugin-jsdoc": "^30.7.8", "esm": "^3.2.25", "mocha": "^8.0.1", "replace-in-file": "^6.1.0", "ts-node": "^9.0.0", "typedoc": "^0.19.2", "typescript": "^4.0.5" }, "dependencies": { "@types/source-map": "^0.5.2" } }