UNPKG

pinata-sdk

Version:

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

25 lines (24 loc) 557 B
/* This is the BuckleScript configuration file. Note that this is a comment; BuckleScript comes with a JSON parser that supports comments and trailing comma. If this screws with your editor highlighting, please tell us by filing an issue! */ { "name": "react-template", "reason": { "react-jsx": 2 }, "sources": { "dir" : "src", "subdirs" : true }, "package-specs": [{ "module": "commonjs", "in-source": true }], "suffix": ".bs.js", "namespace": true, "bs-dependencies": [ "reason-react" ], "refmt": 3 }