@boligmappa/web-component-search
Version:
Web component for interacting with the Boligmappa APIs
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "@boligmappa/web-component-search",
"version": "0.1.19",
"description": "Web component for interacting with the Boligmappa APIs",
"keywords": [
"Boligmappa",
"Web",
"Component",
"Search"
],
"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",
"build": "npm run prepublish && npm run prepare"
},
"bugs": {
"url": "https://bitbucket.org/boligmappa/professional-microservices/issues"
},
"dependencies": {
"@adobe/lit-mobx": "^2.0.0",
"axios": "^0.25.0",
"jwt-decode": "^3.1.2",
"lit": "^2.0.2"
},
"gitHead": "cd73eec28d9c43f1f0fece6f003dd4ccfd4eeea8"
}