Files
Eric Tuvesson eb71536cb0 chore: Update branding info (#31)
* fix: branding info for package.json

* fix: updated package jsons with updated contact & author info

---------

Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
2024-06-02 17:43:03 +02:00

23 lines
619 B
JSON

{
"name": "@noodl/cloud-runtime",
"author": "Fluxscape <contact@fluxscape.io>",
"homepage": "https://fluxscape.io",
"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": {
"generate-json-webpack-plugin": "^2.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"copy-webpack-plugin": "^4.6.0"
}
}