{
  "name": "@wbe/metas-manager",
  "version": "2.3.0",
  "description": "Metas manager allow to inject new metas value in HTML metas tags on demand",
  "author": "Willy Brauner",
  "license": "MIT",
  "types": "dist/index",
  "source": "src/index.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "private": false,
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/willybrauner/libraries.git"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
    "compile": "microbundle",
    "test": "jest"
  },
  "devDependencies": {
    "html-element-stringify": "^0.2.0"
  },
  "keywords": [
    "metas-manager"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d90c9c31df990a8338dff3bf86d58356c4a9c759"
}
