react-native-binfileutils
Version:
Utils to work with iden3 binary files.
36 lines (35 loc) • 783 B
JSON
{
"name": "react-native-binfileutils",
"version": "0.0.3",
"description": "Utils to work with iden3 binary files.",
"type": "module",
"exports": {
"import": "./src/binfileutils.js",
"require": "./build/main.cjs"
},
"main": "./build/main.cjs",
"module": "./src/binfileutils.js",
"scripts": {
"test": "mocha",
"build": "rollup -c rollup.cjs.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vmidyllic/react-native-binfileutils"
},
"keywords": [
"file",
"binary",
"fastfile"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^6.8.0",
"rollup": "^2.20.0"
},
"dependencies": {
"fastfile": "0.0.19",
"react-native-ffjavascript": "0.0.1"
}
}