UNPKG

@flyyer/flyyer-lite

Version:

Flyyer.io helper classes and methods to generate smart URL to render images.

55 lines (54 loc) 1.22 kB
{ "name": "@flyyer/flyyer-lite", "version": "3.4.1", "description": "Flyyer.io helper classes and methods to generate smart URL to render images.", "keywords": [ "flyyer", "typescript", "seo", "og:image", "og-image", "react" ], "author": "Patricio López Juri <patricio@flyyer.io>", "module": "dist/flyyer-lite.esm.js", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "sideEffects": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/useflyyer/flyyer-js.git" }, "files": [ "dist", "src" ], "engines": { "node": ">=12" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "eslint '*/**/*.{js,ts,tsx}'", "prepare": "tsdx build" }, "dependencies": { "@types/qs": "^6.5.3", "qs": "^6.5.1 < 6.10" }, "devDependencies": { "@flyyer/eslint-config": "^2.1.1", "eslint": "^7.32.0", "eslint-plugin-jest": "^24.5.0", "prettier": "^2.4.1", "tsdx": "^0.14.1", "tslib": "^2.3.1", "typescript": "^4.4.3" }, "gitHead": "c93371a76221d2a2ab5b6abe76267e5e8f12b9be" }