Files
klz-cables.com/.pnpm-store/v10/files/e5/6ed31aea3c82b84c7be7cc179d9ba686de9f620b0a93f0d9a31193695303951ee94b243cd5443fadbd7a2a615e093036aa9db759de3876fef6af199f3edb98
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

40 lines
879 B
Plaintext

{
"name": "joycon",
"version": "3.1.1",
"description": "Load config with ease.",
"repository": {
"url": "egoist/joycon",
"type": "git"
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"files": [
"lib",
"types/index.d.ts"
],
"scripts": {
"test": "jest --testPathPattern tests",
"build": "babel src -d lib --no-comments",
"prepublishOnly": "npm run build"
},
"author": "egoist <0x142857@gmail.com>",
"license": "MIT",
"jest": {
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@egoist/prettier-config": "^0.1.0",
"@types/node": "^14.14.33",
"babel-jest": "^26.6.3",
"babel-plugin-sync": "^0.1.0",
"jest-cli": "^26.6.3",
"prettier": "^2.2.1"
},
"engines": {
"node": ">=10"
}
}