{
  "name": "secretjs-old",
  "version": "0.17.8",
  "description": "CosmWasm SDK + Encryption for the Secret Network",
  "author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
  "contributors": [
    "Enigma <info@enigma.co> (https://github.com/enigmampc)"
  ],
  "license": "Apache-2.0",
  "main": "build/index.js",
  "types": "types/index.d.ts",
  "files": [
    "build/",
    "types/",
    "*.md",
    "!*.spec.*",
    "!**/testdata/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Sotatek-HoangNgo/secrectjs-old.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "docs": "shx rm -rf docs && typedoc --options typedoc.js",
    "format": "prettier --write --loglevel warn \"./src/**/*.ts\"",
    "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
    "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
    "move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts",
    "format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"",
    "build": "shx rm -rf ./build && tsc && npm run move-types && npm run format-types && cp ./src/ProtoDefs.js ./build",
    "build-or-skip": "[ -n \"$SKIP_BUILD\" ] || npm run build",
    "test-node": "node jasmine-testrunner.js",
    "test-firefox": "npm run pack-web && karma start --single-run --browsers Firefox",
    "test-chrome": "npm run pack-web && karma start --single-run --browsers ChromeHeadlessInsecure",
    "test": "npm run build-or-skip && npm run test-node",
    "pack-web": "npm run build-or-skip && webpack --mode development --config webpack.web.config.js"
  },
  "dependencies": {
    "@iov/crypto": "2.1.0",
    "@iov/encoding": "2.1.0",
    "@iov/utils": "2.0.2",
    "axios": "0.21.1",
    "curve25519-js": "0.0.4",
    "fast-deep-equal": "3.1.1",
    "js-crypto-hkdf": "0.7.3",
    "miscreant": "0.3.2",
    "pako": "1.0.11",
    "secure-random": "1.1.2",
    "protobufjs": "6.11.3"
  },
  "devDependencies": {
    "@types/node-localstorage": "1.3.0",
    "@types/pako": "1.0.1",
    "@types/q": "1.5.4",
    "readonly-date": "1.0.0"
  }
}