
package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of last-icon Show documentation
Show all versions of last-icon Show documentation
One custom icon element to rule them all
The newest version!
{
"name": "last-icon",
"version": "2.2.0",
"description": "One custom icon element to rule them all",
"main": "last-icon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild --bundle --minify --format=iife --sourcemap last-icon.js --outfile=last-icon.min.js",
"build-min": "npm run build && git add -A && git commit -m \"build files\"",
"start": "npm run build -- --servedir=.",
"watch": "npm run build -- --watch",
"bump": "npm run build-min && npm version patch",
"jsdoc": "npx jsdoc-to-markdown last-icon.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lekoala/last-icon"
},
"keywords": [
"DOM",
"icons",
"icon",
"custom",
"element",
"component",
"es6"
],
"author": "LeKoala",
"license": "MIT"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy