{ "name": "hadean", "version": "0.0.1", "main": "index.js", "types": "module", "license": "MIT", "type": "module", "dependencies": { "@rollup/plugin-alias": "^3.1.5", "ipc-tower": "^0.0.6", "multiview": "^3.0.1", "rollup": "^2.56.2", "typescript": "^4.3.5" }, "scripts": { "start": "yarn x bin/app.bundle.js", "dev": "yarn tower bin/app.bundle.js", "profile": "yarn x --inspect bin/app.bundle.cjs", "x": "node", "tsc": "tsc", "tsc:watch": "yarn tsc --watch", "rollup": "rollup --config rollup.config.js", "rollup:watch": "yarn rollup --watch", "compile": "yarn tsc & yarn rollup", "compile:watch": "multiview [ yarn tsc:watch ] [ yarn rollup:watch ]" } }