{
  "name": "gm-crypto-wasm",
  "version": "0.1.5",
  "description": "An implementation of GM/T industry standards of wasm version",
  "type": "module",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "build": "rollup --config",
    "test": "NODE_OPTIONS='--no-experimental-fetch' pnpm vitest run",
    "bench": "NODE_OPTIONS='--no-experimental-fetch' pnpm vitest bench",
    "release": "standard-version"
  },
  "keywords": [
    "sm2",
    "sm3",
    "sm4",
    "zuc",
    "gm",
    "crypto",
    "wasm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akitaSummer/gm-crypto-wasm.git"
  },
  "author": "akitasummer@outlook.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/akitaSummer/gm-crypto-wasm/issues"
  },
  "homepage": "https://github.com/akitaSummer/gm-crypto-wasm#readme",
  "dependencies": {
    "buffer": "^5.7.0",
    "to-arraybuffer": "^1.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@wasm-tool/rollup-plugin-rust": "^2.4.4",
    "gm-crypto": "^0.1.12",
    "jsdom": "^22.1.0",
    "rollup": "^2.77.3",
    "rollup-plugin-polyfill-node": "0.8.0",
    "rollup-plugin-typescript2": "^0.32.1",
    "standard-version": "^9.5.0",
    "typescript": "5.1.3",
    "vitest": "^0.34.6"
  }
}
