ba-web-components/package.lib.json
Alan Bridgeman 5024375e20
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 52m26s
Inital code commit
2026-05-13 01:39:35 -05:00

19 lines
527 B
JSON

{
"name": "ba-web-components",
"version": "1.0.0",
"description": "A library of front-end components that can be reused across different apps.",
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-components",
"author": "Bridgeman Accessible<info@bridgemanaccessible.ca>",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"dependencies": {
"ejs": "^5.0.2",
"open-props": "2.0.0-beta.5"
}
}