UNPKG

@legumeinfo/web-components

Version:

Web Components for the Legume Information System and other AgBio databases

94 lines (93 loc) 2.96 kB
{ "name": "@legumeinfo/web-components", "version": "1.7.0", "description": "Web Components for the Legume Information System and other AgBio databases", "repository": { "type": "git", "url": "git+https://github.com/legumeinfo/web-components.git" }, "bugs": { "url": "https://github.com/legumeinfo/web-components/issues" }, "homepage": "https://github.com/legumeinfo/web-components#readme", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "files": [ "/lib", "/dist" ], "type": "module", "scripts": { "build": "tsc", "build:clean": "rimraf lib", "build:watch": "tsc --watch", "clean": "npm run bundle:clean & npm run build:clean & npm run test:clean", "lint": "npm run lint:eslint", "lint:eslint": "eslint src/*.ts src/**/*.ts", "lint:eslint-config-prettier": "eslint-config-prettier src/*.ts src/**/*.ts", "lint:lit-analyzer": "lit-analyzer src/*.ts src/**/*.ts", "format": "prettier src/*.ts src/**/*.ts --write", "docs": "npm run docs:clean && npm run docs:gen", "docs:clean": "rimraf docs", "docs:gen": "npx typedoc --options typedoc.json", "docs:serve": "wds --root-dir=docs --node-resolve --watch", "prepublish": "npm run clean && npm run build && npm run bundle", "serve": "wds --watch", "serve:prod": "MODE=prod npm run serve", "test": "npm run test:dev && npm run test:prod", "test:clean": "rimraf test", "test:dev": "wtr", "test:watch": "wtr --watch", "test:prod": "MODE=prod wtr", "test:prod:watch": "MODE=prod wtr --watch", "bundle": "rollup -c rollup.config.js", "bundle:clean": "rimraf dist", "bundle:watch": "rollup -c -w", "_postinstall": "husky", "prepack": "pinst --disable", "postpack": "pinst --enable" }, "keywords": [ "typescript", "lit", "web-components", "uikit", "legumes", "agbio", "biology" ], "author": "Legume Information System", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.26.0", "@legumeinfo/taxon-symbology": "^1.1.0", "@open-wc/testing": "^4.0.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-terser": "^0.4.4", "@types/eslint__js": "^8.42.3", "@web/dev-server": "^0.4.6", "@web/dev-server-import-maps": "^0.2.1", "@web/dev-server-legacy": "^2.1.1", "@web/test-runner": "^0.20.1", "@web/test-runner-playwright": "^0.11.0", "@webcomponents/webcomponentsjs": "^2.8.0", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.2", "husky": "^9.1.7", "lint-staged": "^15.5.1", "lit-analyzer": "^2.0.3", "pinst": "^3.0.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "rollup": "^4.40.1", "typedoc": "^0.28.4", "typescript": "^5.8.3", "typescript-eslint": "^8.32.0", "uikit": "^3.23.6" }, "dependencies": { "lit": "^3.3.0" } }