{
  "name": "@dcspark/carp-client",
  "version": "3.3.0",
  "description": "Web client for the Carp server",
  "main": "client/src/index.js",
  "scripts": {
    "eslint": "eslint src",
    "clean": "rm -rf ./dist",
    "build": "yarn clean && tsc --project tsconfig.build.json && yarn run copy:misc",
    "copy:misc": "cp package.json dist/ && cp README.md dist/",
    "npm:publish": "yarn typecheck && yarn build && cd dist && yarn publish --access public && cd ..",
    "verify": "yarn typecheck && yarn eslint",
    "typecheck": "tsc --project tsconfig.json",
    "prettier": "prettier --write \"**/*.tsx\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcSpark/carp.git"
  },
  "author": "https://github.com/dcSpark",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dcSpark/carp/issues"
  },
  "homepage": "https://github.com/dcSpark/carp#readme",
  "dependencies": {
    "axios": "^0.27.2"
  },
  "devDependencies": {
    "@dcspark/cardano-multiplatform-lib-nodejs": "6.0.1",
    "@types/eslint": "8.4.6",
    "@types/eslint-plugin-prettier": "3.1.0",
    "@types/lodash": "^4.14.185",
    "@types/node": "^17.0.31",
    "@types/prettier": "2.7.0",
    "@typescript-eslint/eslint-plugin": "5.38.0",
    "@typescript-eslint/parser": "5.38.0",
    "eslint": "8.23.1",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-promise": "6.0.1",
    "lodash": "^4.17.21",
    "prettier": "2.7.1",
    "ts-node": "10.9.1",
    "typescript": "4.7.4"
  }
}
