{
  "name": "@tenclass/mew",
  "version": "1.3.0",
  "description": "bbg common fed sdk",
  "main": "./lib/index.js",
  "bin": {},
  "scripts": {
    "start": "npx rollup -w --config ./rollup.config.js",
    "build": "npx rollup --config ./rollup.config.js && npm test",
    "pretty": "npx prettier --write .",
    "test": "npx jest"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@gitlab.weike.fm:9522/bbg/mew.git"
  },
  "author": "limi58",
  "license": "ISC",
  "dependencies": {
    "crypto-js": "^3.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-typescript": "^7.10.4",
    "@types/crypto-js": "^3.1.47",
    "@wessberg/rollup-plugin-ts": "^1.3.4",
    "babel-jest": "^26.3.0",
    "husky": "^4.2.5",
    "jest": "^26.4.2",
    "lint-staged": "^10.2.13",
    "lodash": "^4.17.20",
    "prettier": "^2.1.1",
    "rollup": "^2.26.6",
    "rollup-plugin-terser": "^7.0.1",
    "typescript": "^4.0.2"
  }
}
