UNPKG

yyf_aka-web-components

Version:

A collection of modern Web Components including counter, data table and custom button components

60 lines (59 loc) 1.38 kB
{ "name": "yyf_aka-web-components", "version": "1.1.0", "description": "A collection of modern Web Components including counter, data table and custom button components", "main": "dist/index.js", "module": "dist/index.esm.js", "files": [ "dist", "src", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "web-components", "custom-elements", "shadow-dom", "counter", "data-table", "button", "custom-button", "vanilla-js", "es6", "modern-web" ], "author": { "name": "Your Name", "email": "your.email@example.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/web-components-demo.git" }, "bugs": { "url": "https://github.com/yourusername/web-components-demo/issues" }, "homepage": "https://github.com/yourusername/web-components-demo#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2" }, "peerDependencies": {}, "engines": { "node": ">=14.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] }