|
| 1 | +{ |
| 2 | + "name": "@zayne-labs/toolkit-core", |
| 3 | + "type": "module", |
| 4 | + "version": "0.8.21", |
| 5 | + "packageManager": "[email protected]", |
| 6 | + "description": "A collection of utility functions, types and composables used by my other projects. Nothing too fancy but can be useful.", |
| 7 | + "author": "Ryan Zayne", |
| 8 | + "license": "MIT", |
| 9 | + "homepage": "https://github.com/zayne-labs/toolkit#readme", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/zayne-labs/toolkit.git" |
| 13 | + }, |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/zayne-labs/toolkit/issues" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "utilities", |
| 19 | + "types", |
| 20 | + "hooks" |
| 21 | + ], |
| 22 | + "sideEffects": false, |
| 23 | + "exports": { |
| 24 | + ".": "./dist/esm/index.js" |
| 25 | + }, |
| 26 | + "main": "./dist/esm/index.js", |
| 27 | + "module": "./dist/esm/index.js", |
| 28 | + "types": "./dist/esm/index.d.ts", |
| 29 | + "files": [ |
| 30 | + "dist" |
| 31 | + ], |
| 32 | + "engines": { |
| 33 | + "node": ">=18.x" |
| 34 | + }, |
| 35 | + "scripts": { |
| 36 | + "build": "tsup", |
| 37 | + "build:dev": "cross-env NODE_ENV=development tsup", |
| 38 | + "build:test": "concurrently --prefix-colors \"yellow.bold,#7da4f8.bold,magenta\" --names PUBLINT,TSUP 'pnpm:lint:publint' 'pnpm:build:dev'", |
| 39 | + "lint:attw": "attw --pack . --ignore-rules=cjs-resolves-to-esm", |
| 40 | + "lint:check-types": "tsc --pretty --incremental -p tsconfig.json", |
| 41 | + "lint:publint": "publint --strict .", |
| 42 | + "lint:size": "size-limit", |
| 43 | + "release": "pnpm publish --no-git-checks", |
| 44 | + "test:release": "pkg-pr-new publish" |
| 45 | + }, |
| 46 | + "dependencies": { |
| 47 | + "@zayne-labs/toolkit-type-helpers": "workspace:*" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@arethetypeswrong/cli": "^0.17.2", |
| 51 | + "@changesets/cli": "^2.27.11", |
| 52 | + "@size-limit/esbuild-why": "^11.1.6", |
| 53 | + "@size-limit/preset-small-lib": "^11.1.6", |
| 54 | + "@total-typescript/ts-reset": "^0.6.1", |
| 55 | + "@types/node": "^22.10.3", |
| 56 | + "@zayne-labs/tsconfig": "catalog:", |
| 57 | + "clsx": "^2.1.1", |
| 58 | + "concurrently": "^9.1.2", |
| 59 | + "cross-env": "^7.0.3", |
| 60 | + "publint": "^0.2.12", |
| 61 | + "size-limit": "^11.1.6", |
| 62 | + "terser": "^5.37.0", |
| 63 | + "tsup": "^8.3.5", |
| 64 | + "typescript": "catalog:" |
| 65 | + }, |
| 66 | + "publishConfig": { |
| 67 | + "access": "public", |
| 68 | + "registry": "https://registry.npmjs.org/", |
| 69 | + "provenance": true |
| 70 | + }, |
| 71 | + "size-limit": [ |
| 72 | + { |
| 73 | + "path": "./src/index.ts", |
| 74 | + "limit": "3.5 kb" |
| 75 | + } |
| 76 | + ] |
| 77 | +} |
0 commit comments