@pedropmatt/easy-image-optimization
Version:
An image optimizer using semantic html and shadow dom
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "@pedropmatt/easy-image-optimization",
"version": "0.0.17",
"description": "An image optimizer using semantic html and shadow dom",
"main": "lib/optImage.js",
"keywords": [
"react",
"vue",
"optimize",
"image"
],
"scripts": {
"test": "jest",
"test-and-build": "npm test && npm run build",
"publish-safety": "npm run test-and-build && npm publish --registry https://registry.npmjs.org/",
"build": "webpack --mode=production",
"prepack": "npmignore --auto"
},
"author": "Pedro M <laranjeiraspedro@gmail.com>",
"license": "MIT",
"publishConfig": {
"ignore": [
"!dist/",
"src/"
]
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"babel-loader": "^9.1.3",
"jest": "^29.7.0",
"npmignore": "^0.3.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}