{
  "author": "Name <id@mail.com>",
  "license": "MIT",
  "repository": "github:id/repo",
  "bugs": "https://github.com/id/repo/issues",
  "homepage": "https://github.com/id/repo/tree/master/source/src/@terra-dev/crypto",
  "engines": {
    "node": ">=12"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "typings": "index.d.ts",
  "name": "@terra-dev/crypto",
  "version": "0.1.0",
  "dependencies": {
    "crypto-js": "^4.0.0"
  }
}
