{
  "name": "@salaku/sm-crypto",
  "version": "0.3.4",
  "description": "sm-crypto",
  "main": "index.js",
  "scripts": {
    "test": "jest ./test/*",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TrustedDataFramework/sm-crypto.git"
  },
  "keywords": [
    "sm",
    "js",
    "crypto"
  ],
  "jest": {
    "testEnvironment": "jsdom",
    "testURL": "https://jest.test"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "jest": "^22.1.4",
    "webpack": "^3.10.0"
  }
}
