mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
67d8151d94
* Add link settings * fix * Rename to api-dist-js * Correct import * Update CI * Implement bundleJS * Add comments * Add TODO * Fix import * Fix workflow --------- Co-authored-by: Artsiom Shamsutdzinau <shamsartem@gmail.com>
33 lines
667 B
JSON
33 lines
667 B
JSON
{
|
|
"name": "@fluencelabs/aqua-api",
|
|
"version": "0.12.1",
|
|
"description": "Aqua API",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"aqua-api.js",
|
|
"meta-utils.js"
|
|
],
|
|
"prettier": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/aqua.git"
|
|
},
|
|
"keywords": [
|
|
"aqua",
|
|
"fluence"
|
|
],
|
|
"author": "Fluence Labs",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/aqua/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/aqua#readme",
|
|
"devDependencies": {
|
|
"@fluencelabs/interfaces": "0.8.2",
|
|
"prettier": "3.0.0"
|
|
}
|
|
}
|