UNPKG

pinata-sdk

Version:

Unofficial SDK for [Pinata](https://pinata.cloud), implemented in ReasonML and compiled to Javascript.

21 lines (20 loc) 383 B
{ "name": "reasonml", "version": "0.1.0", "scripts": { "build": "bsb -make-world", "start": "npm run build && node src/pinHashToIPFS.bs.js", "clean": "bsb -clean-world" }, "keywords": [ "BuckleScript" ], "author": "", "license": "MIT", "dependencies": { "pinata-sdk": "file:../../" }, "devDependencies": { "bs-platform": "^4.0.18" } }