{
  "name": "sm-crypto-v2",
  "version": "1.15.1",
  "description": "sm-crypto-v2",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "miniprogram": "miniprogram_dist",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "lint": "eslint \"src/**/*.js\" --fix",
    "prerelease": "vitest run && npm run build && npm run build-mp && npm run build-umd",
    "build": "tsup",
    "build-mp": "tsup --config=tsup.config.miniprogram.ts",
    "build-umd": "tsup --config=tsup.config.umd.ts && esm2umd SmCryptoV2 dist/index.umd.mjs > dist/index.umd.js && rm -rf dist/index.umd.mjs && rm -rf dist/index.umd.d.mts",
    "watch": "tsup --watch",
    "test": "vitest",
    "release": "npm run prerelease && standard-version && git push --follow-tags origin master",
    "coverage": "vitest run --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cubelrti/sm-crypto-v2"
  },
  "keywords": [
    "sm",
    "js",
    "crypto"
  ],
  "jest": {
    "testEnvironment": "jsdom",
    "testURL": "https://jest.test"
  },
  "author": "june_01",
  "license": "MIT",
  "dependencies": {
    "@noble/ciphers": "^1.2.1",
    "@noble/curves": "^1.1.0",
    "@noble/hashes": "^1.3.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@swc-node/register": "^1.6.6",
    "@swc/core": "^1.3.62",
    "@types/node": "^16",
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "@vitest/coverage-c8": "^0.31.0",
    "@vitest/coverage-istanbul": "^0.31.0",
    "@vitest/expect": "^0.31.4",
    "@vitest/runner": "^0.33.0",
    "@vitest/ui": "^0.31.0",
    "conventional-changelog-cli": "^2.2.2",
    "esbuild": "^0.19.10",
    "eslint": "^8.15.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "esm2umd": "^0.3.1",
    "prettier": "^2.6.2",
    "standard-version": "^9.5.0",
    "tsup": "^8.0.1",
    "typescript": "^5.8.3",
    "vite": "^4.3.9",
    "vitest": "^0.31.0"
  },
  "packageManager": "pnpm@8.12.1+sha512.6705ea1966adb6587053e6cfe6fddc377f81066228daf736c4490012f44f2ff1bf0c713bb8f3145fce0e3ef669c7c15f19a59ac157838951f234c17b81ca655d"
}
