{ "name": "@noodl/cloud-runtime", "author": "Noodl ", "homepage": "https://noodl.net", "version": "0.6.3", "license": "MIT", "main": "dist/main.js", "scripts": { "start": "webpack --config webpack-configs/webpack.dev.js", "build": "webpack --config webpack-configs/webpack.prod.js", "build:pack": "node ./scripts/pack.js" }, "dependencies": { "@noodl/runtime": "file:../noodl-runtime" }, "devDependencies": { "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^12.0.2", "generate-json-webpack-plugin": "^2.0.0", "ts-loader": "^9.5.4", "typescript": "^4.9.5" } }