@likun./lazy-img
Version:
a custom element of image-lazy-loading based on web-components
34 lines (33 loc) • 751 B
JSON
{
"name": "@likun./lazy-img",
"version": "1.1.0",
"description": "a custom element of image-lazy-loading based on web-components",
"main": "./dist/index.js",
"scripts": {
"build": "webpack",
"build:dev": "webpack --mode development"
},
"keywords": [
"lazy",
"lazy-img",
"lazy-image",
"lazyload",
"web-components"
],
"author": "likun(273676636@qq.com)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/likuner/LAZY-IMG.git"
},
"bugs": {
"url": "https://github.com/likuner/LAZY-IMG/issues"
},
"devDependencies": {
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
}
}