{
  "name": "webnative-filecoin",
  "version": "0.6.11",
  "description": "Fission Webnative Filecoin SDK",
  "keywords": [],
  "main": "dist/index.cjs.js",
  "module": "dist/index.es5.js",
  "browser": "dist/index.umd.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ],
  "browserslist": [
    "last 2 Chrome versions"
  ],
  "author": "Daniel Holmgren <daniel@fission.codes>",
  "repository": {
    "type": "git",
    "url": ""
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=10.21.0"
  },
  "scripts": {
    "lint": "yarn eslint src/**/*.ts test/**/*.ts",
    "prebuild": "rimraf dist",
    "build": "tsc && rollup -c rollup.config.ts",
    "build-dev": "NODE_ENV=development yarn build",
    "dev": "rollup -w -c rollup.config.ts",
    "test": "jest --coverage",
    "test:watch": "jest --coverage --watch",
    "test:prod": "npm run lint && npm run test -- --no-cache",
    "prepare": "npm run build",
    "precommit": "lint-staged",
    "travis-deploy-once": "travis-deploy-once"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "collectCoverageFrom": [
      "src/*.{js,ts}"
    ]
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-inject": "^4.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@rollup/plugin-replace": "^2.4.2",
    "@types/jest": "^25.1.3",
    "@types/node": "^13.7.4",
    "@typescript-eslint/eslint-plugin": "^2.22.0",
    "@typescript-eslint/parser": "^2.22.0",
    "braces": "^3.0.2",
    "eslint": "^6.8.0",
    "jest": "^25.1.0",
    "jest-config": "^25.1.0",
    "lint-staged": "^10.0.7",
    "prettier": "^1.19.1",
    "prompt": "^1.0.0",
    "replace-in-file": "^5.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.44.0",
    "rollup-plugin-gzip": "^2.5.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "travis-deploy-once": "^5.0.11",
    "ts-jest": "^25.2.1",
    "ts-node": "^8.6.2",
    "typedoc": "^0.16.10",
    "typescript": "^3.8.2"
  },
  "dependencies": {
    "@glif/filecoin-address": "^1.1.0-beta.18",
    "@types/lodash": "^4.14.168",
    "axios": "^0.21.1",
    "base32-decode": "^1.0.0",
    "blakejs": "^1.1.0",
    "bn.js": "^5.2.0",
    "buffer": "^6.0.3",
    "ipld-dag-cbor": "^0.18.0",
    "leb128": "^0.0.5",
    "lodash": "^4.17.21",
    "lowercase-keys": "^2.0.0",
    "noble-bls12-381": "^0.9.0",
    "stream": "^0.0.2",
    "webnative": "0.25.2"
  }
}
