{
  "name": "limao",
  "version": "2.6.2",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "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",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "tangtao",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^16.9.1",
    "awesome-typescript-loader": "^5.2.1",
    "source-map-loader": "^0.2.4",
    "typescript": "^3.8.3",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "@types/bignumber.js": "^5.0.0",
    "@types/crypto-js": "^4.0.2",
    "bignumber.js": "^9.0.1",
    "buffer": "^6.0.3",
    "crypto-js": "^4.1.1",
    "curve25519-js": "^0.0.4",
    "md5-typescript": "^1.0.5",
    "prettier": "^2.0.2",
    "tslint": "^6.1.0",
    "tslint-config-prettier": "^1.18.0"
  },
  "files": [
    "lib/**/*"
  ]
}
