UNPKG

ipx

Version:

[![NPM Vernion](https://flat.badgen.net/npm/v/ipx)](https://www.npmjs.com/package/ipx) [![NPM Downloads](https://flat.badgen.net/npm/dt/ipx)](https://www.npmjs.com/package/ipx) [![Package Size](https://flat.badgen.net/packagephobia/install/ipx)](https://p

60 lines (59 loc) 1.4 kB
{ "name": "ipx", "version": "0.9.2", "repository": "unjs/ipx", "license": "MIT", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "./dist/index.d.ts", "bin": "./bin/ipx.mjs", "files": [ "dist", "bin" ], "scripts": { "build": "unbuild", "dev": "nodemon", "lint": "eslint --ext .ts .", "prepack": "yarn build", "release": "yarn test && standard-version && git push --follow-tags && npm publish", "start": "node bin/ipx.js", "test": "yarn lint && jest" }, "dependencies": { "consola": "^2.15.3", "defu": "^5.0.0", "destr": "^1.1.0", "etag": "^1.8.1", "image-meta": "^0.1.1", "is-valid-path": "^0.1.1", "listhen": "^0.2.5", "ohmyfetch": "^0.4.2", "pathe": "^0.2.0", "sharp": "^0.29.0", "ufo": "^0.7.9", "xss": "^1.0.10" }, "devDependencies": { "@nuxtjs/eslint-config-typescript": "latest", "@types/etag": "latest", "@types/is-valid-path": "latest", "@types/jest": "latest", "@types/node-fetch": "latest", "@types/sharp": "latest", "eslint": "latest", "jest": "latest", "jiti": "latest", "nodemon": "latest", "standard-version": "latest", "ts-jest": "latest", "typescript": "latest", "unbuild": "latest" } }