mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-16 05:30:50 +00:00
* bump marine test version * bump js versions * add module Export header * update versions * fix example versions * Rust update WIP * wip Co-authored-by: folex <0xdxdy@gmail.com>
29 lines
776 B
JSON
29 lines
776 B
JSON
{
|
|
"name": "ipfs-aqua-example",
|
|
"version": "1.0.0",
|
|
"description": "A simple example of how to use ipfs-aqua in TS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile-aqua": "aqua -i aqua -o generated",
|
|
"prebuild": "npm run compile-aqua",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"prestart": "npm run build"
|
|
},
|
|
"author": "Fluence Labs",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fluencelabs/aqua-ipfs": "file:../aqua",
|
|
"@fluencelabs/aqua-lib": "0.4.3",
|
|
"@fluencelabs/aqua": "0.7.1-291",
|
|
"@fluencelabs/fluence": "^0.21.6",
|
|
"@fluencelabs/fluence-network-environment": "^1.0.13",
|
|
"ipfs-http-client": "^50.1.2",
|
|
"it-all": "^1.0.5",
|
|
"uint8arrays": "^2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0.0"
|
|
}
|
|
}
|