{
  "name": "@statechannels/wallet-core",
  "description": "State channel wallet components.",
  "version": "0.15.2",
  "author": "Alex Gap",
  "dependencies": {
    "@statechannels/client-api-schema": "0.10.2",
    "@statechannels/nitro-protocol": "0.17.3",
    "@statechannels/wire-format": "0.9.2",
    "ethers": "5.0.12",
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "@babel/core": "7.11.4",
    "@statechannels/devtools": "0.5.7",
    "@types/babel__core": "7.1.7",
    "@types/jest": "26.0.15",
    "@types/lodash": "4.14.161",
    "@types/node": "14.11.2",
    "awesome-typescript-loader": "5.2.1",
    "jest": "26.6.3",
    "ts-jest": "26.4.4",
    "typescript": "4.2.2"
  },
  "engines": {
    "node": ">=12.16.0"
  },
  "files": [
    "src",
    "lib"
  ],
  "license": "MIT",
  "main": "lib/src/index.js",
  "scripts": {
    "lint:check": "eslint . --ext .ts --cache",
    "lint:write": "eslint . --ext .ts --fix",
    "prepare": "rm -rf lib; yarn tsc -b",
    "start:shared-ganache": "NODE_ENV=development npx start-shared-ganache",
    "test": "yarn jest -c ./config/jest/jest.config.js",
    "test:ci": "yarn test --ci --runInBand"
  },
  "types": "lib/src/index.d.ts",
  "gitHead": "44c88c10f674745c741ecfaa7bebb15bb15323e8"
}
