|
1 | 1 | { |
2 | 2 | "name": "@webpod/ip", |
3 | | - "version": "0.4.2", |
| 3 | + "version": "0.4.3", |
4 | 4 | "description": "Lite IP tools", |
5 | 5 | "type": "module", |
6 | 6 | "main": "target/cjs/index.cjs", |
|
22 | 22 | "require": "./target/cjs/index.cjs" |
23 | 23 | } |
24 | 24 | }, |
25 | | - "module": "target/esm/index.mjs", |
26 | 25 | "types": "target/dts/index.d.ts", |
27 | 26 | "files": [ |
28 | 27 | "target/cjs", |
29 | 28 | "target/esm", |
30 | 29 | "target/dts", |
31 | 30 | "lib" |
32 | 31 | ], |
33 | | - "scripts": { |
34 | | - "build": "concurrently 'npm:build:*'", |
35 | | - "build:js": "node ./src/scripts/build.mjs --entry='src/main/ts/core.ts:src/main/ts/index.ts'", |
36 | | - "build:dts": "tsc --emitDeclarationOnly --outDir target/dts", |
37 | | - "build:tests": "node ./src/scripts/build-tests.mjs", |
38 | | - "build:docs": "typedoc --options src/main/typedoc", |
39 | | - "build:stamp": "npx buildstamp", |
40 | | - "build:jsr": "node ./src/scripts/build-jsr.mjs", |
41 | | - "build:pkgjson": "node ./src/scripts/build-pkgjson.ts", |
42 | | - "test": "concurrently 'npm:test:*'", |
43 | | - "test:target": "git diff --exit-code --quiet || (echo 'Uncommitted changes' && exit 1)", |
44 | | - "test:size": "size-limit", |
45 | | - "_test:lint": "eslint -c src/test/lint/.eslintrc.json src", |
46 | | - "test:unit": "vitest run --coverage --config ./vitest.config.js", |
47 | | - "test:jsr": "jsr publish --dry-run", |
48 | | - "test:audit": "npm audit", |
49 | | - "_test:workflow": "zizmor .github/workflows -v -p --min-severity=medium", |
50 | | - "smoke:esm": "node ./src/test/smoke/node.test.mjs", |
51 | | - "smoke:cjs": "node src/test/smoke/node.test.cjs", |
52 | | - "smoke:browser": "npx vitest run --config src/test/smoke/vitest.browser.config.js", |
53 | | - "smoke:deno": "deno test ./src/test/smoke/deno.test.js --allow-read --allow-sys --allow-env --allow-run", |
54 | | - "_publish:draft": "npm run build && npm publish --no-git-tag-version", |
55 | | - "_postrelease": "node src/scripts/build-jsr.mjs && jsr publish --allow-dirty" |
56 | | - }, |
57 | | - "devDependencies": { |
58 | | - "@size-limit/file": "^11.2.0", |
59 | | - "@types/node": "^24.5.2", |
60 | | - "@vitest/browser": "^3.2.4", |
61 | | - "@vitest/coverage-v8": "^3.2.4", |
62 | | - "concurrently": "^9.2.1", |
63 | | - "esbuild": "^0.25.10", |
64 | | - "esbuild-node-externals": "^1.18.0", |
65 | | - "esbuild-plugin-entry-chunks": "^0.1.17", |
66 | | - "esbuild-plugin-extract-helpers": "^0.0.6", |
67 | | - "esbuild-plugin-transform-hook": "^0.2.0", |
68 | | - "esbuild-plugin-utils": "^0.1.0", |
69 | | - "fast-glob": "^3.3.3", |
70 | | - "jsr": "^0.13.5", |
71 | | - "minimist": "^1.2.8", |
72 | | - "playwright": "^1.55.0", |
73 | | - "size-limit": "^11.2.0", |
74 | | - "typedoc": "^0.28.13", |
75 | | - "typescript": "^5.9.2", |
76 | | - "vitest": "^3.2.4" |
77 | | - }, |
78 | 32 | "keywords": [ |
79 | 33 | "ip", |
80 | 34 | "ip-address", |
|
84 | 38 | "ipv6" |
85 | 39 | ], |
86 | 40 | "homepage": "https://github.com/webpod/ip#readme", |
87 | | - "bugs": { |
88 | | - "url": "https://github.com/webpod/ip/issues" |
89 | | - }, |
90 | 41 | "repository": { |
91 | 42 | "type": "git", |
92 | 43 | "url": "git+https://github.com/webpod/ip.git" |
|
0 commit comments