UNPKG

ivi

Version:

Lightweight Embeddable Web UI Library.

39 lines 1.07 kB
{ "name": "ivi", "version": "5.0.1", "type": "module", "exports": { ".": "./dist/index.js", "./test": "./dist/test-utils/index.js", "./template/compiler": "./dist/template/compiler.js", "./template/parser": "./dist/template/parser.js", "./template/ir": "./dist/template/ir.js", "./html": "./dist/html/index.js", "./html/parser": "./dist/html/parser.js", "./package.json": "./package.json", "./oveo.json": "./oveo.json" }, "sideEffects": false, "files": [ "dist", "src", "!dist/**/*.tsbuildinfo", "README.md", "LICENSE" ], "scripts": { "clean": "rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo" }, "description": "Lightweight Embeddable Web UI Library.", "license": "MIT", "keywords": [ "ivi", "ui", "web-components", "custom-elements" ], "author": "Boris Kaul <localvoid@gmail.com> (https://github.com/localvoid)", "homepage": "https://github.com/localvoid/ivi", "bugs": "https://github.com/localvoid/ivi/issues", "repository": "github:localvoid/ivi" }