Inital code commit
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 52m26s
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 52m26s
This commit is contained in:
commit
5024375e20
32 changed files with 5379 additions and 0 deletions
19
package.lib.json
Normal file
19
package.lib.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue