UNPKG

@connectifi/agent-web

Version:

A simple web implementation of a connectifi agent

54 lines (53 loc) 1.38 kB
{ "name": "@connectifi/agent-web", "version": "3.0.50", "description": "A simple web implementation of a connectifi agent", "author": "Connectifi Corp", "license": "Apache-2.0", "main": "dist/main.bundle.cjs", "module": "dist/main.bundle.js", "type": "module", "types": "dist/main.bundle.d.ts", "exports": { "import": { "types": "./dist/main.bundle.d.ts", "import": "./dist/main.bundle.js" }, "require": { "types": "./dist/main.bundle.d.cts", "require": "./dist/main.bundle.cjs" } }, "files": [ "dist" ], "unpkg": "dist/main.bundle.js", "scripts": { "build": "tsup", "build:watch": "npm run build --watch", "clean": "npx rimraf dist", "test": "jest", "test:nc": "jest --no-coverage", "test:e2e": "playwright test", "test:serve": "http-server ./tests/fixtures/basic", "test:ci": "npm run test:prep && npm run test", "test:prep": "npm run build", "version-bump": "npm version --no-git-tag-version --allow-same-version" }, "devDependencies": { "@finos/fdc3": "^2.0.3", "@playwright/test": "^1.36.2", "@types/clean-css": "4.2.11", "cssnano": "6.0.3", "globals": "^13.20.0", "http-server": "^14.1.1", "postcss": "8.4.37", "tsup": "^8.3.0", "zod": "^3.22.3" }, "keywords": [ "fdc3", "connectifi", "typescript" ] }