{
  "name": "p2p-abi-lib",
  "version": "1.0.120",
  "description": "A nice greeter",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": " npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vinsmartprojects/p2p.git"
  },
  "keywords": [
    "P2P",
    "Greeter"
  ],
  "author": "C-J",
  "license": "ISC",
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@types/lodash": "^4.14.184",
    "lodash": "^4.17.21",
    "tslint": "^6.1.3",
    "web3": "^1.7.5"
  }
}
