mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 09:45:32 +00:00
c4144bad9c
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "aqua-api-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"call": "node index.js"
|
|
},
|
|
"author": "Fluence Labs",
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@fluencelabs/aqua-api": "0.10.4"
|
|
}
|
|
}
|