{
  "name": "@agape/string",
  "version": "3.0.1",
  "description": "String and token manipulation",
  "main": "./cjs/index.js",
  "module": "./es2020/index.js",
  "keywords": [
    "agape",
    "string"
  ],
  "homepage": "https://agape.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/AgapeToolkit/AgapeToolkit"
  },
  "author": "Maverik Minett",
  "license": "MIT",
  "es2020": "./es2020/index.js",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "node": "./cjs/index.js",
      "default": "./es2020/index.js",
      "require": "./cjs/index.js",
      "import": "./es2020/index.js"
    }
  }
}
