Skip to content

Commit

Permalink
chore: Improve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Mar 4, 2024
1 parent d534ddb commit 2367214
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions car-mirror-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
"name": "car-mirror",
"version": "0.1.0",
"description": "Wasm bindings to the rust implementation of the car mirror protocol",
"main": "index.js",
"keywords": [
"car-mirror",
"car",
"mirror",
"protocol",
"ipfs",
"ipld",
"transport"
],
"author": "Philipp Krüger <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/fission-codes/rs-car-mirror#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fission-codes/rs-car-mirror.git"
},
"bugs": {
"url": "https://github.com/fission-codes/rs-car-mirror/issues"
},
"type": "module",
"module": "dist/bundler/car_mirror_wasm.js",
"types": "dist/nodejs/car_mirror_wasm.d.ts",
Expand All @@ -25,16 +43,9 @@
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fission-codes/rs-car-mirror.git"
},
"author": "Philipp Krüger <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/fission-codes/rs-car-mirror/issues"
},
"homepage": "https://github.com/fission-codes/rs-car-mirror#readme",
"files": [
"dist"
],
"dependencies": {
"@ipld/unixfs": "^3.0.0",
"fetch-h2": "^3.0.2",
Expand Down

0 comments on commit 2367214

Please sign in to comment.