{
  "name": "@bosonprotocol/metadata",
  "version": "1.16.3",
  "description": "Offer metadata schemas, types and tools of the Boson Protocol.",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/cjs/index.d.ts",
  "scripts": {
    "dev": "tsc --watch --preserveWatchOutput",
    "lint": "eslint --ignore-path ../../.gitignore --ext .js,.ts .",
    "lint:fix": "npm run lint -- --fix",
    "build": "rimraf dist && tsc && tsc --build tsconfig.cjs.json",
    "test": "jest",
    "clean": "rimraf dist coverage .turbo node_modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bosonprotocol/core-components.git"
  },
  "author": "Boson Protocol",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/bosonprotocol/core-components/issues"
  },
  "homepage": "https://github.com/bosonprotocol/core-components/tree/main/packages/metadata#readme",
  "files": [
    "dist/*",
    "src/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "eslint": "^8.10.0",
    "jest": "29.6.2",
    "rimraf": "^3.0.2",
    "ts-jest": "29.1.1",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "@bosonprotocol/metadata-storage": "^1.0.1",
    "schema-to-yup": "^1.11.11",
    "yup": "^1.5.0"
  },
  "overrides": {
    "typescript": "^5.1.6"
  },
  "gitHead": "84294d011e671ae13de35fa878f7048773dbccc9"
}
