UNPKG

thon-product-card

Version:

este es mi paquete de pruebas para subir a NPM.

91 lines (90 loc) 2.19 kB
{ "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "repository": { "url": "https://github.com/eternum-dev/thon-proyect-card", "type": "git" }, "homepage": "https.eternum-dev.com", "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "test:watch": "tsdx test --watch", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "thon-product-card", "author": "Alejandro Thon", "module": "dist/thon-product-card.esm.js", "size-limit": [ { "path": "dist/thon-product-card.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/thon-product-card.esm.js", "limit": "10 KB" } ], "devDependencies": { "@rollup/plugin-image": "^2.1.1", "@size-limit/preset-small-lib": "^11.0.2", "@types/react": "^18.2.65", "@types/react-dom": "^18.2.22", "husky": "^9.0.11", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup-plugin-postcss": "^4.0.1", "size-limit": "^11.0.2", "tsdx": "^0.14.1", "tslib": "^2.6.2", "typescript": "^3.9.10", "react-test-renderer": "^18.2.0" }, "keywords": [ "product", "card", "Alejandro", "Thon" ], "dependencies": { "@babel/preset-env": "^7.24.0", "@babel/preset-react": "^7.23.3", "@types/react-test-renderer": "^18.0.7", "babel-jest": "^29.7.0", "identity-obj-proxy": "^3.0.0", "jest": "^25.5.4" }, "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "identity-obj-proxy", "\\.(css|less|scss|sass)$": "identity-obj-proxy" } } }