agp-product-card
Version:
### Este es un paquete de pruebas de despliegue en NPM
72 lines (71 loc) • 1.46 kB
JSON
{
"version": "1.0.0-rc",
"license": "MIT",
"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 --watchAll",
"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": "agp-product-card",
"author": "Edwin Cajan",
"module": "dist/agp-product-card.esm.js",
"size-limit": [
{
"path": "dist/agp-product-card.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/agp-product-card.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@rollup/plugin-image": "^3.0.3",
"@size-limit/preset-small-lib": "^11.1.6",
"husky": "^9.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^11.1.6",
"tsdx": "^0.14.1",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
},
"keywords": [
"product",
"card",
"edwin",
"cajan"
],
"dependencies": {
"identity-obj-proxy": "^3.0.0"
}
}