UNPKG

@furo/fbp

Version:

Declarative programming with web-components.

71 lines (70 loc) 1.83 kB
{ "name": "@furo/fbp", "version": "6.14.0", "description": "Declarative programming with web-components.", "homepage": "https://fbp.furo.pro", "repository": "git@github.com:eclipse/eclipsefuro-web.git", "web-types": "web-types.json", "author": { "name": "veith", "email": "", "url": "" }, "files": [ "./dist", "./src", "icon.svg", "README.md", "custom-elements.json", "web-types.json" ], "keywords": [ "web-components", "flow based programming", "flowbased", "flow" ], "license": "MIT", "main": "src/fbp.js", "scripts": { "analyze": "../../node_modules/.bin/cem analyze --globs \"src/**/*.js\" --exclude **/furo-catalog.js --litelement", "start": "../../node_modules/.bin/web-dev-server --app-index demos/index.html --open", "lint": "../../node_modules/.bin/eslint --ext .js,.html . --ignore-path .gitignore && prettier \"**/*.js\" --check --ignore-path .gitignore", "format": "../../node_modules/.bin/eslint --ext .js,.html . --fix --ignore-path .gitignore && prettier \"**/*.js\" --write --ignore-path .gitignore", "test": "../../node_modules/.bin/web-test-runner --coverage", "test:watch": "../../node_modules/.bin/web-test-runner --watch" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=10.0" }, "dependencies": { "lit": "^3.2.1" }, "customElements": "custom-elements.json", "eslintConfig": { "extends": [ "@open-wc", "prettier" ] }, "prettier": { "singleQuote": true, "arrowParens": "avoid" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "prettier --write", "git add" ] }, "gitHead": "468048f13984982068e5085ad216373656bf24c1" }