{ "name": "@dbp-toolkit/common", "homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/common", "version": "0.2.12", "module": "index.js", "license": "LGPL-2.1-or-later", "repository": { "type": "git", "url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git", "directory": "packages/common" }, "devDependencies": { "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "babel-eslint": "^10.1.0", "@esm-bundle/chai": "^4.2.0", "eslint": "^7.3.1", "eslint-plugin-jsdoc": "^36.0.0", "karma": "^6.0.0", "karma-chrome-launcher": "^3.0.0", "karma-firefox-launcher": "^2.1.0", "karma-mocha": "^2.0.1", "mocha": "^9.0.0", "rollup": "^2.33.3", "rollup-plugin-copy": "^3.1.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-serve": "^1.0.1", "i18next-scanner": "^3.0.0" }, "scripts": { "i18next": "i18next-scanner", "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.3.3", "@sentry/browser": "^6.0.0", "i18next": "^20.0.0", "lit-element": "^2.4.0" } }