{ "name": "bindable-property-ex-lit", "version": "1.0.0", "main": "index.js", "scripts": { "build": "webpack", "start": "webpack-dev-server", "updatelib": "run-script-os", "updatelib:win32": "pushd ..\\.. && npm pack && popd && npm install ../../bindable-property-1.0.0.tgz", "updatelib:default": "pushd ../.. && npm pack && popd && npm install ../../bindable-property-1.0.0.tgz" }, "keywords": [], "author": "", "license": "BSD", "description": "", "devDependencies": { "@types/lodash": "^4.14.150", "@types/node": "^13.13.2", "@types/webpack": "^4.41.12", "@types/webpack-dev-server": "^3.10.1", "@typescript-eslint/eslint-plugin": "^2.29.0", "@typescript-eslint/parser": "^2.29.0", "awesome-typescript-loader": "^5.2.1", "eslint": "^6.8.0", "html-webpack-plugin": "^4.2.0", "run-script-os": "^1.1.1", "ts-node": "^8.9.0", "tsconfig-paths": "^3.9.0", "typescript": "^3.8.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "dependencies": { "bindable-property": "file:../../bindable-property-1.0.0.tgz", "cross-env": "^7.0.2", "escape-string-regexp": "^4.0.0", "lit-element": "^2.3.1", "lodash": "^4.17.15" } }