{
  "name": "@transmute/jsonld-schema",
  "author": "Orie Steele",
  "module": "dist/jsonld-schema.esm.js",
  "version": "0.7.0-unstable.82",
  "license": "Apache-2.0",
  "homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/jsonld-schema",
  "repository": {
    "type": "git",
    "url": "https://github.com/transmute-industries/verifiable-data.git",
    "directory": "packages/jsonld-schema"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint src --fix",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "size-limit": [
    {
      "path": "dist/jsonld-schema.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/jsonld-schema.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^4.9.2",
    "@transmute/credentials-context": "^0.7.0-unstable.82",
    "js-yaml": "^4.1.0",
    "size-limit": "^4.9.2",
    "ts-jest": "^26.5.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@transmute/jsonld": "0.0.4",
    "ajv": "^8.6.1",
    "genson-js": "0.0.5"
  },
  "gitHead": "6e77985eb585897d1b7abd352ee688e51fc66a06"
}
