mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
16 lines
287 B
JSON
16 lines
287 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": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@fluencelabs/aqua-api": "workspace:*"
|
|
}
|
|
}
|