Lines 31-71json
31 "./manifest-roundtrip": {
32 "types": "./dist/manifest-roundtrip.d.ts",
33 "import": "./dist/manifest-roundtrip.js"
36 "types": "./dist/telemetry.d.ts",
37 "import": "./dist/telemetry.js"
47 "tools/release-retry-wrapper.mjs"
50 "build": "tsup src/suppress-localstorage-warning.ts src/index.ts src/deploy.ts src/dotns.ts src/pool.ts src/telemetry.ts src/memory-report.ts src/merkle.ts src/gh-pages-mirror.ts src/version-check.ts src/bug-report.ts src/run-state.ts src/environments.ts src/errors.ts src/manifest.ts src/chunk-probe.ts src/manifest-embed.ts src/manifest-fetch.ts src/manifest-roundtrip.ts src/incremental-stats.ts src/chunker.ts src/personhood/encoding.ts src/personhood/hashing.ts src/personhood/constants.ts src/personhood/member-key.ts src/personhood/people-client.ts src/personhood/proof-validity.ts src/per ...
51 "postinstall": "patch-package || true",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L51 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L51 52 "test": "npm run build && node --test test/test.js test/cli-help.test.js test/helpers/e2e-helpers.test.js test/environments.test.js test/product-manifest.test.js test/error-pattern-signature.test.js test/exit-codes.test.js test/probe-env-health.test.js test/e2e-chain-calls.test.js test/auth-config.test.js test/whoami.test.js test/login.test.js
53 "test:e2e": "npm run build && node --test test/e2e.test.js",
54 "test:e2e:smoke": "bash scripts/e2e-pass.sh smoke",
55 "test:e2e:pr": "bash scripts/e2e-pass.sh pr",
56 "test:e2e:nightly": "bash scripts/e2e-pass.sh nightly",
57 "benchmark": "npm run build && node benchmark.js",
58 "test:vendor": "vitest run src/auth/vendor"
61 "@ipld/car": "^5.4.3",
62 "@ipld/dag-pb": "^4.1.3",
63 "@noble/hashes": "^1.7.2",
64 "@parity/product-sdk-address": "^0.1.1",
65 "@parity/product-sdk-keys": "^0.3.0",
66 "@parity/product-sdk-terminal": "^0.4.0",
67 "@parity/product-sdk-tx": "^0.2.4",
68 "@polkadot-api/metadata-builders": "^0.14.2",
69 "@polkadot-api/substrate-bindings": "^0.20.2",
70 "@polkadot-labs/hdkd": "^0.0.28",
71 "@polkadot-labs/hdkd-helpers": "^0.0.30",
Long lines were clipped for display.