-
David Witter authoredDavid Witter authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 1.19 KiB
{
"name": "@myuw-web-components/myuw-profile",
"version": "1.3.0",
"description": "Web component that provides an avatar button and profile menu",
"module": "dist/myuw-profile.min.mjs",
"browser": "dist/myuw-profile.min.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"serve": "live-server",
"start": "run-p watch serve",
"prepare": "npm run build",
"pages": "rm -rf demo && mkdir -p demo && cp -r dist demo/ && cp -r test demo/ && cp index.html demo/ && gh-pages -d demo --repo git@github.com:myuw-web-components/myuw-profile.git",
"postpublish": "npm run pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myuw-web-components/myuw-profile.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/myuw-web-components/myuw-profile/issues"
},
"homepage": "https://github.com/myuw-web-components/myuw-profile#readme",
"devDependencies": {
"gh-pages": "^1.2.0",
"live-server": "^1.2.0",
"npm-run-all": "^4.1.3",
"rollup": "^0.63.4",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-minify-es": "^1.1.1",
"tota11y": "^0.1.6"
},
"files": [
"dist"
]
}