UNPKG

@optionfactory/ful

Version:

This is a minimalistic web components library built on top of [`@optionfactory/ftl`](https://github.com/optionfactory/ftl) to accelerate frontend development cycle-time. Strictly adhering to a no-build philosophy, it completely eliminates the downtime as

50 lines 1.4 kB
{ "name": "@optionfactory/ful", "version": "7.0.1", "type": "module", "main": "./dist/ful.mjs", "module": "./dist/ful.mjs", "types": "./dist/ful.d.mts", "exports": { ".": { "types": "./dist/ful.d.mts", "import": "./dist/ful.mjs" } }, "files": [ "dist" ], "repository": { "url": "git+https://github.com/optionfactory/ful.git" }, "keywords": [ "ui", "browser", "webcomponents", "httpclient" ], "license": "MIT", "author": "rferranti", "contributors": [], "scripts": { "check": "tsc --project ./jsconfig.json", "clean": "rimraf dist && npm prune", "initialize": "npm install", "test": "node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=test/lcov.info", "build": "rollup --config rollup.conf.mjs" }, "dependencies": { "@optionfactory/ftl": "^7.0.3" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "rimraf": "^6.1.3", "rollup": "^4.18.0", "rollup-plugin-postcss": "^4.0.2", "sass": "^1.98.0", "terser": "^5.46.1", "jsdom": "^29.0.0", "typescript": "^6.0.3" } }