UNPKG

@peculiar/fortify-webcomponents

Version:

Web-components for creating CSR or Certificate and viewing certificates list using Fortify

61 lines (60 loc) 1.66 kB
{ "name": "@peculiar/fortify-webcomponents", "version": "4.2.0", "private": false, "description": "Web-components for creating CSR or Certificate and viewing certificates list using Fortify", "homepage": "https://fortifyapp.com/docs#overview", "keywords": [ "x509", "certificate", "csr", "certificate request", "crypto", "fortify", "webcomponent" ], "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.js", "es2017": "dist/esm/index.js", "jsnext:main": "dist/esm/index.js", "collection:main": "dist/collection/index.js", "collection": "dist/collection/collection-manifest.json", "types": "dist/types/interface.d.ts", "files": [ "components/", "dist/", "hydrate/", "loader/", "docs/", "CHANGELOG.md" ], "scripts": { "build": "npm run clean && stencil build --docs", "dev": "npm run clean && stencil build --dev --watch --serve", "generate": "stencil generate", "clean": "rimraf dist loader www components" }, "devDependencies": { "@stencil/sass": "^3.2.2", "rimraf": "^3.0.2", "typescript": "^4.9.5" }, "dependencies": { "@peculiar/certificates-viewer": "^4.9.1", "@peculiar/fortify-client-core": "^4.2.0", "@stencil/core": "^4.36.2", "pvtsutils": "^1.3.6" }, "license": "BSD 3-Clause", "author": "PeculiarVentures Team", "repository": { "type": "git", "url": "https://github.com/PeculiarVentures/fortify-webcomponents", "directory": "packages/webcomponents" }, "publishConfig": { "access": "public" }, "gitHead": "985e99dc038bd5391ad6f2370d1c458355979704" }