{ "name": "@dbp-toolkit/common", "homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/common", "version": "0.1.0", "module": "index.js", "license": "LGPL-2.1-or-later", "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^10.0.0", "babel-eslint": "^10.1.0", "chai": "^4.2.0", "eslint": "^7.3.1", "eslint-plugin-jsdoc": "^30.6.4", "karma": "^5.1.0", "karma-chrome-launcher": "^3.0.0", "karma-firefox-launcher": "^2.1.0", "karma-mocha": "^2.0.1", "mocha": "^8.0.1", "rollup": "^2.33.3", "rollup-plugin-consts": "^1.0.1", "rollup-plugin-copy": "^3.1.0", "rollup-plugin-delete": "^2.0.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 .", "publish": "can-npm-publish --verbose 2>&1 && npm run build && npm publish --access public || true" }, "dependencies": { "@open-wc/scoped-elements": "^1.3.2", "@sentry/browser": "^5.27.4", "i18next": "^19.8.4", "lit-element": "^2.3.1" } }