nicohc185-do-product-cart
Version:
Este es un paquete de pruebas de despliegue en NPM
93 lines (92 loc) • 2.19 kB
JSON
{
"version": "1.1.0-rc",
"license": "MIT",
"repository": {
"url": "https://github.com/NicoHC185/do-product-cart",
"type": "git"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"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": "nicohc185-do-product-cart",
"author": "NicoHC185",
"module": "dist/do-product-cart.esm.js",
"size-limit": [
{
"path": "dist/do-product-cart.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/do-product-cart.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-image": "^3.0.3",
"@size-limit/preset-small-lib": "^11.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-test-renderer": "^19.0.0",
"babel-jest": "^29.7.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^11.2.0",
"tsdx": "^0.14.1",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
},
"dependencies": {},
"keywords": [
"product",
"cart",
"Nicolas",
"Hidalgo"
],
"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"
},
"testEnvironment": "jsdom"
}
}