UNPKG

@optionfactory/ful

Version:

- Import the lib via CDN:

44 lines (43 loc) 1.24 kB
{ "name": "@optionfactory/ful", "version": "4.0.7", "main": "dist/ful.iife.js", "module": "dist/ful.mjs", "exports": { "import": "./dist/ful.mjs", "require": "./dist/ful.iife.js" }, "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": "npx rollup --config rollup.conf.mjs" }, "dependencies": { "@optionfactory/ftl": "^4.0.4" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.1", "jsdom": "^26.1.0", "rollup-plugin-postcss": "^4.0.2", "@rollup/plugin-terser": "^0.4.4", "sass": "^1.88.0", "terser": "^5.43.1" } }