|
3 | 3 | "version": "0.6.0",
|
4 | 4 | "packageManager": "pnpm@7.0.1",
|
5 | 5 | "description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
|
6 |
| - "keywords": [ |
7 |
| - "utils" |
8 |
| - ], |
9 |
| - "homepage": "https://github.com/antfu/utils#readme", |
10 |
| - "bugs": { |
11 |
| - "url": "https://github.com/antfu/utils/issues" |
12 |
| - }, |
13 |
| - "license": "MIT", |
14 | 6 | "author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
| 7 | + "license": "MIT", |
| 8 | + "funding": "https://github.com/sponsors/antfu", |
| 9 | + "homepage": "https://github.com/antfu/utils#readme", |
15 | 10 | "repository": {
|
16 | 11 | "type": "git",
|
17 | 12 | "url": "git+https://github.com/antfu/utils.git"
|
18 | 13 | },
|
19 |
| - "funding": "https://github.com/sponsors/antfu", |
20 |
| - "main": "dist/index.cjs", |
21 |
| - "module": "dist/index.mjs", |
22 |
| - "types": "index.d.ts", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/antfu/utils/issues" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "utils" |
| 19 | + ], |
| 20 | + "sideEffects": false, |
23 | 21 | "exports": {
|
24 | 22 | ".": {
|
25 |
| - "import": "./dist/index.mjs", |
| 23 | + "types": "./index.d.ts", |
26 | 24 | "require": "./dist/index.cjs",
|
27 |
| - "types": "./index.d.ts" |
| 25 | + "import": "./dist/index.mjs" |
28 | 26 | }
|
29 | 27 | },
|
| 28 | + "main": "dist/index.cjs", |
| 29 | + "module": "dist/index.mjs", |
| 30 | + "types": "index.d.ts", |
30 | 31 | "files": [
|
31 | 32 | "dist",
|
32 | 33 | "*.d.ts"
|
33 | 34 | ],
|
34 |
| - "sideEffects": false, |
35 | 35 | "scripts": {
|
36 | 36 | "build": "rollup -c",
|
37 | 37 | "dev": "nr build --watch",
|
|
43 | 43 | "test": "vitest"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@antfu/eslint-config": "^0.23.0", |
47 |
| - "@antfu/ni": "^0.16.2", |
| 46 | + "@antfu/eslint-config": "^0.27.0", |
| 47 | + "@antfu/ni": "^0.18.2", |
48 | 48 | "@rollup/plugin-alias": "^3.1.9",
|
49 | 49 | "@rollup/plugin-commonjs": "^22.0.0",
|
50 | 50 | "@rollup/plugin-json": "^4.1.0",
|
51 | 51 | "@rollup/plugin-node-resolve": "^13.3.0",
|
52 |
| - "@types/node": "^17.0.31", |
53 |
| - "@types/throttle-debounce": "^2.1.0", |
54 |
| - "bumpp": "^7.1.1", |
55 |
| - "eslint": "^8.15.0", |
56 |
| - "esno": "^0.14.1", |
| 52 | + "@types/node": "^18.11.4", |
| 53 | + "@types/throttle-debounce": "^5.0.0", |
| 54 | + "bumpp": "^8.2.1", |
| 55 | + "eslint": "^8.26.0", |
| 56 | + "esno": "^0.16.3", |
57 | 57 | "p-limit": "^4.0.0",
|
58 | 58 | "rollup": "^2.72.1",
|
59 | 59 | "rollup-plugin-dts": "^4.2.1",
|
60 |
| - "rollup-plugin-esbuild": "^4.9.1", |
61 |
| - "throttle-debounce": "^3.0.1", |
62 |
| - "typescript": "^4.6.4", |
63 |
| - "vite": "^2.9.8", |
64 |
| - "vitest": "^0.12.3" |
| 60 | + "rollup-plugin-esbuild": "^4.10.1", |
| 61 | + "throttle-debounce": "^5.0.0", |
| 62 | + "typescript": "^4.8.4", |
| 63 | + "vite": "^3.1.8", |
| 64 | + "vitest": "^0.24.3" |
65 | 65 | }
|
66 | 66 | }
|
0 commit comments