@boligmappa/web-component-connect
Version:
Web Component button for initating the sign in process of the Boligmappa Auth Component
38 lines (37 loc) • 996 B
JSON
{
"name": "@boligmappa/web-component-connect",
"version": "0.1.19",
"description": "Web Component button for initating the sign in process of the Boligmappa Auth Component",
"keywords": [
"Boligmappa",
"Connect",
"Sign-in",
"Web",
"Component"
],
"author": "Martin Smebye <mbsmebye@gmail.com>",
"homepage": "https://bitbucket.org/boligmappa/professional-microservices#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib",
"dist"
],
"scripts": {
"watch": "tsc && webpack --watch",
"prepublish": "rimraf lib/ && rimraf dist/ && tsc && copyfiles -u 1 -E -a src/assets/**/*.* lib/",
"prepare": "webpack",
"start": "cd ../.. && npm run start"
},
"bugs": {
"url": "https://bitbucket.org/boligmappa/professional-microservices/issues"
},
"dependencies": {
"lit": "^2.0.2"
},
"gitHead": "cd73eec28d9c43f1f0fece6f003dd4ccfd4eeea8"
}