mirror of
https://github.com/fluencelabs/examples
synced 2025-03-16 08:10:51 +00:00
Bumps [@fluencelabs/aqua-lib](https://github.com/fluencelabs/aqua-lib) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/fluencelabs/aqua-lib/releases) - [Commits](https://github.com/fluencelabs/aqua-lib/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: "@fluencelabs/aqua-lib" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@fluencelabs/ipfs-execution-aqua",
|
|
"version": "0.1.0",
|
|
"description": "An example of executing WASM code from IPFS over IPFS files",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"postinstall": "../service/scripts/build.sh",
|
|
"compile-aqua": "aqua -m ../node_modules -i aqua -o src",
|
|
"prebuild": "../service/scripts/build.sh",
|
|
"build": "npm run compile-aqua && tsc"
|
|
},
|
|
"keywords": [
|
|
"fluence",
|
|
"wasm",
|
|
"ipfs",
|
|
"functions",
|
|
"faas",
|
|
"decentralization",
|
|
"p2p",
|
|
"libp2p"
|
|
],
|
|
"author": "Fluence Labs",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fluencelabs/aqua-ipfs": "^0.5.2",
|
|
"@fluencelabs/fluence": "^0.23.0",
|
|
"@fluencelabs/fluence-network-environment": "1.0.13",
|
|
"ipfs-http-client": "^56.0.3",
|
|
"it-all": "^1.0.5",
|
|
"multiaddr": "^10.0.0",
|
|
"uint8arrays": "^2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@fluencelabs/aqua": "^0.7.2-314",
|
|
"@fluencelabs/aqua-lib": "^0.5.2",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|