{ "name": "vpu-common", "version": "1.0.1", "module": "index.js", "license": "LGPL-2.1-or-later", "devDependencies": { "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-json": "^4.0.3", "@rollup/plugin-node-resolve": "^7.1.3", "babel-eslint": "^10.1.0", "chai": "^4.2.0", "eslint": "^7.0.0", "eslint-plugin-jsdoc": "^25.4.2", "karma": "^5.0.8", "karma-chrome-launcher": "^3.0.0", "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.0", "mocha": "^7.1.2", "puppeteer": "^2.0.0", "rollup": "^2.10.4", "rollup-plugin-consts": "^1.0.1", "rollup-plugin-copy": "^3.1.0", "rollup-plugin-delete": "^1.1.0", "rollup-plugin-serve": "^1.0.1" }, "scripts": { "clean": "rm dist/*", "build": "rollup -c", "build-test": "rollup -c --environment BUILD:test", "test": "npm run build-test && karma start --singleRun", "watch": "rollup -c --watch", "lint": "eslint ." }, "dependencies": { "@open-wc/scoped-elements": "^1.0.8", "@sentry/browser": "^5.15.5", "i18next": "^19.4.4", "lit-element": "^2.2.1" } }