|
| 1 | +{ |
| 2 | + "name": "@soybeanjs/utils", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.0", |
| 5 | + "private": true, |
| 6 | + "packageManager": "pnpm@10.28.1", |
| 7 | + "description": "A collection of useful utility functions for JavaScript and TypeScript projects of SoybeanJS.", |
| 8 | + "author": { |
| 9 | + "name": "Soybean", |
| 10 | + "email": "soybeanjs@outlook.com", |
| 11 | + "url": "https://github.com/soybeanjs" |
| 12 | + }, |
| 13 | + "license": "MIT", |
| 14 | + "homepage": "https://github.com/soybeanjs/utils", |
| 15 | + "repository": { |
| 16 | + "url": "https://github.com/soybeanjs/utils.git" |
| 17 | + }, |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/soybeanjs/utils/issues" |
| 20 | + }, |
| 21 | + "publishConfig": { |
| 22 | + "registry": "https://registry.npmjs.org/" |
| 23 | + }, |
| 24 | + "exports": { |
| 25 | + ".": { |
| 26 | + "types": "./dist/index.d.ts", |
| 27 | + "import": "./dist/index.js", |
| 28 | + "require": "./dist/index.js" |
| 29 | + } |
| 30 | + }, |
| 31 | + "main": "./dist/index.js", |
| 32 | + "module": "./dist/index.js", |
| 33 | + "types": "./dist/index.d.ts", |
| 34 | + "files": ["dist"], |
| 35 | + "scripts": { |
| 36 | + "build": "tsdown", |
| 37 | + "cleanup": "soy cleanup", |
| 38 | + "commit": "soy git-commit", |
| 39 | + "dev": "tsup --watch", |
| 40 | + "lint": "eslint . --fix", |
| 41 | + "prepare": "simple-git-hooks", |
| 42 | + "publish-pkg": "pnpm publish --access public", |
| 43 | + "release": "soy release", |
| 44 | + "typecheck": "tsc --noEmit --skipLibCheck", |
| 45 | + "update-pkg": "soy ncu" |
| 46 | + }, |
| 47 | + "dependencies": {}, |
| 48 | + "devDependencies": { |
| 49 | + "@soybeanjs/cli": "1.4.4", |
| 50 | + "@soybeanjs/eslint-config": "1.7.5", |
| 51 | + "@types/node": "25.0.10", |
| 52 | + "eslint": "9.39.2", |
| 53 | + "lint-staged": "16.2.7", |
| 54 | + "simple-git-hooks": "2.13.1", |
| 55 | + "tsdown": "0.20.0", |
| 56 | + "tsx": "4.21.0", |
| 57 | + "typescript": "5.9.3" |
| 58 | + }, |
| 59 | + "simple-git-hooks": { |
| 60 | + "commit-msg": "pnpm soy git-commit-verify", |
| 61 | + "pre-commit": "pnpm typecheck && pnpm lint-staged" |
| 62 | + }, |
| 63 | + "lint-staged": { |
| 64 | + "*": "eslint --fix" |
| 65 | + } |
| 66 | +} |
0 commit comments