aqua/api/api-npm/package.json

33 lines
675 B
JSON
Raw Normal View History

2022-12-28 08:30:42 +00:00
{
"name": "@fluencelabs/aqua-api",
"version": "0.12.1",
2022-12-28 08:30:42 +00:00
"description": "Aqua API",
2023-08-09 14:32:27 +00:00
"type": "module",
"main": "index.js",
2022-12-28 08:30:42 +00:00
"files": [
2023-08-09 14:32:27 +00:00
"index.js",
"index.d.ts",
"api-dist-js/main.js",
2022-12-28 08:30:42 +00:00
"meta-utils.js"
],
2023-08-09 14:32:27 +00:00
"prettier": {},
2022-12-28 08:30:42 +00:00
"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",
2023-08-09 14:32:27 +00:00
"prettier": "3.0.0"
2022-12-28 08:30:42 +00:00
}
}