{
    "name": "@glue42/fdc3",
    "version": "3.2.3",
    "description": "Glue42 implementation of the FDC3 standard",
    "main": "dist/fdc3.umd.js",
    "module": "dist/fdc3.es.js",
    "types": "./types.d.ts",
    "keywords": [
        "glue",
        "glue42",
        "fdc3",
        "desktop",
        "context",
        "channel",
        "intents"
    ],
    "homepage": "https://glue42.com/",
    "scripts": {
        "build": "rollup -c",
        "test": "echo no tests found",
        "audit": "echo no audit found",
        "audit:V1": "node ../../scripts/audit/index.js",
        "preversion": "npm run build && npm run test && npm run audit",
        "version": "npm run build"
    },
    "author": {
        "name": "Glue42",
        "url": "https://glue42.com"
    },
    "license": "MIT",
    "devDependencies": {
        "@rollup/plugin-commonjs": "^23.0.5",
        "@rollup/plugin-json": "^5.0.2",
        "@rollup/plugin-node-resolve": "^15.0.1",
        "rollup": "^3.7.4",
        "rollup-plugin-delete": "^2.0.0",
        "rollup-plugin-typescript2": "^0.34.1",
        "typescript": "^4.9.4"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@finos/fdc3": "^2.0.0-beta.5",
        "callback-registry": "^2.7.2",
        "decoder-validate": "^0.0.2",
        "nanoid": "^4.0.0"
    },
    "gitHead": "d78ef7281a7fc33ea2a2dd6bdfb59524440b678f"
}
