UNPKG

@bemedev/decompose

Version:
102 lines (101 loc) 3.35 kB
{ "name": "@bemedev/decompose", "version": "2.2.0", "description": "Decompose object and so more", "author": { "email": "bri_lvi@icloud.com", "name": "chlbri", "url": "https://bemedev.vercel.app" }, "repository": { "type": "git", "url": "https://github.com/chlbri/decompose" }, "license": "MIT", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "lib/index.js", "keywords": [ "For", "creating", "new", "npm", "package" ], "engines": { "node": ">=20" }, "files": [ "lib", "public" ], "scripts": { "build": "pnpm run rm:lib && pnpm run rolldown", "ci": "CI_START=$(date +%s) && pnpm run config:off && pnpm run lint && pnpm run test && echo \"\n✅ CI takes $(($(date +%s) - CI_START))s\n\"", "ci:admin": "pnpm run rm && pnpm run upgrade:fast && pnpm run ci", "config": "pnpm install", "config:off": "pnpm run config --offline", "_lint": "oxlint", "lint:fix": "oxlint --fix", "lint": "pnpm run fmt && pnpm run lint:fix", "lint:watch": "onchange --await-write-finish 1500 -d 10000 -v \"**/*.ts\" -- pnpm run lint", "build:watch": "onchange --await-write-finish 1500 -d 10000 -v \"**/*.ts\" -- pnpm run build", "p-q": "pretty-quick", "posttest": "pnpm run fmt && pnpm build-tests post", "prepare": "husky", "prepublishOnly": "", "pretest": "pnpm run build && pnpm build-tests pre", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "rinit": "pnpm run rm && pnpm run config", "rinit:off": "pnpm run rm && pnpm run config:off", "rm": "pnpx rimraf ./node_modules ./pnpm-lock.yaml", "rm:lib": "pnpx rimraf ./lib", "rolldown": "rolldown -c", "test:coverage": "vitest run", "test": "pnpm run test:coverage --no-coverage", "test:no-type": "pnpm run test:coverage -c \"vitest.config.notype.ts\" --no-coverage", "test:only": "pnpm run test:coverage --no-coverage", "test:ui": "vitest --ui", "test:type": "pnpm run test:coverage -c \"vitest.config.type.ts\" --no-coverage", "test:type:watch": "vitest -c \"vitest.config.type.ts\"", "test:watch": "pnpm run pretest && vitest", "upgrade": "pnpm dlx @bemedev/upgrade-npm-package && pnpm add -D @vitest/coverage-v8@3.2.4 vitest@3.2.4", "upgrade:fast": "pnpm up --latest && pnpm add -D @vitest/coverage-v8@3.2.4 @vitest/ui@3.2.4 vitest@3.2.4" }, "devDependencies": { "@bemedev/build-tests": "^0.1.2", "@bemedev/fsf": "^1.0.1", "@bemedev/rolldown-config": "^0.4.2", "@bemedev/rollup-config": "^0.2.2", "@bemedev/sequence": "^0.1.0", "@bemedev/vitest-alias": "^0.0.3", "@bemedev/vitest-exclude": "^0.1.1", "@bemedev/vitest-extended": "^1.5.3", "@types/clone-deep": "^4.0.4", "@types/node": "^25.5.0", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "glob": "^13.0.6", "globals": "^17.4.0", "husky": "^9.1.7", "onchange": "^7.1.0", "oxfmt": "^0.42.0", "oxlint": "^1.57.0", "pretty-quick": "^4.2.2", "rolldown": "1.0.0-rc.12", "rxjs": "^7.8.2", "tsc-alias": "^1.8.16", "tslib": "^2.8.1", "tsx": "^4.21.0", "typescript": "^6.0.2", "vitest": "^3.2.4" }, "dependencies": { "ts-deepmerge": "^7.0.3" }, "peerDependencies": { "@bemedev/types": "0.4.2" } }