|
| 1 | +{ |
| 2 | + "name": "@myuw-web-components/myuw-widget-launch-button", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Stylized hyperlink to launch from a widget.", |
| 5 | + "module": "dist/myuw-widget-launch-button.min.mjs", |
| 6 | + "browser": "dist/myuw-widget-launch-button.min.js", |
| 7 | + "scripts": { |
| 8 | + "build": "rollup -c", |
| 9 | + "watch": "rollup -c -w", |
| 10 | + "serve": "live-server", |
| 11 | + "start": "run-p watch serve", |
| 12 | + "sonar": "sonar-scanner", |
| 13 | + "prepare": "npm run build" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+https://github.com/myuw-web-components/myuw-widget-launch-button.git" |
| 18 | + }, |
| 19 | + "author": "", |
| 20 | + "license": "Apache-2.0", |
| 21 | + "bugs": { |
| 22 | + "url": "https://github.com/myuw-web-components/myuw-widget-launch-button/issues" |
| 23 | + }, |
| 24 | + "homepage": "https://github.com/myuw-web-components/myuw-widget-launch-button", |
| 25 | + "devDependencies": { |
| 26 | + "@babel/core": "^7.7.2", |
| 27 | + "@babel/preset-env": "^7.7.1", |
| 28 | + "live-server": "^1.2.1", |
| 29 | + "mime-types": "^2.1.25", |
| 30 | + "npm-run-all": "^4.1.5", |
| 31 | + "rollup": "^1.27.1", |
| 32 | + "rollup-plugin-babel": "^4.3.3", |
| 33 | + "rollup-plugin-html": "^0.2.1", |
| 34 | + "rollup-plugin-minify-es": "^1.1.1", |
| 35 | + "sonarqube-scanner": "^2.5.0", |
| 36 | + "tota11y": "^0.1.6" |
| 37 | + }, |
| 38 | + "files": [ |
| 39 | + "dist" |
| 40 | + ] |
| 41 | +} |
0 commit comments