{
  "name": "@waves/waves-crypto",
  "version": "3.0.17",
  "main": "index.js",
  "types": "index.d.ts",
  "jest": {
    "testEnvironment": "node"
  },
  "scripts": {
    "build_native": "tsc; cp src/libs/*.d.ts dist/libs;cp src/libs/*.js dist/libs",
    "build": "ts-node build/build.ts cp src/libs/*.d.ts dist/libs;cp src/libs/*.js dist/libs",
    "build2": "webpack --config webpack.config.js --env",
    "deploy": "cd dist; npm publish;",
    "fix-style": "tslint --fix -c tslint.json '{src,test,usage}/**/*{.ts,.tsx}'",
    "test": "jest",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "author": "Yuriy Naydenov",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wavesplatform/waves-crypto.git"
  },
  "dependencies": {
    "crypto-js": "^3.1.9-1"
  }
}