@boligmappa/web-component-auth
Version:
Web component for authenticating a user towards Boligmappa
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "@boligmappa/web-component-auth",
"version": "0.1.19",
"description": "Web component for authenticating a user towards Boligmappa",
"keywords": [
"Web",
"Component",
"Boligmappa",
"Auth",
"OAuth"
],
"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",
"prepare": "webpack",
"start": "cd ../.. && npm run start"
},
"bugs": {
"url": "https://bitbucket.org/boligmappa/professional-microservices/issues"
},
"dependencies": {
"@boligmappa/web-component-menu": "^0.1.19",
"@boligmappa/web-component-search": "^0.1.19",
"axios": "^0.25.0",
"lit": "^2.0.2"
},
"gitHead": "cd73eec28d9c43f1f0fece6f003dd4ccfd4eeea8"
}