Lines 25-65json
25 "require": "./dist/index.cjs"
37 "scripts/copy-emojis.mjs",
38 "stickers/*/thumb/*.webp",
39 "stickers/*/display/*.webp",
40 "scripts/prepare-stickers.mjs",
41 "scripts/copy-stickers.mjs"
45 "postinstall": "node ./scripts/copy-emojis.mjs && node ./scripts/copy-stickers.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L45 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L45 46 "dev": "tsup --config tsup.config.ts --watch",
47 "prepare:stickers": "node ./scripts/prepare-stickers.mjs",
48 "typecheck": "tsc -p tsconfig.tsup.json --noEmit --incremental false",
49 "generate:api": "node ./scripts/generate-api-reference.mjs",
50 "verify:agent-metadata": "npm run generate:api && node ./scripts/verify-agent-metadata.mjs",
51 "test:overlay-scrollbar": "node --test --experimental-strip-types ./tests/overlay-scrollbar-provider.test.mjs",
52 "test:data-table": "node --test --experimental-strip-types ./tests/data-table-sticky.test.mjs",
53 "test:data-table-deep": "node --test --experimental-strip-types ./tests/data-table-headers-validation.test.mjs",
54 "test:data-table-ui": "node --test ./tests/data-table.interaction.test.mjs",
55 "test:combobox-large-options": "node --test ./tests/combobox-large-options.test.mjs",
56 "test:category-tree-select-ui": "node --test ./tests/category-tree-select.interaction.test.mjs",
57 "test:calendar-timeline": "node --test --experimental-strip-types ./tests/calendar-timeline-model.test.mjs",
58 "test:calendar-timeline-deep": "node --test --experimental-strip-types ./tests/calendar-timeline-date-layout.test.mjs",
59 "test:calendar-timeline-ui": "node --test ./tests/calendar-timeline.interaction.test.mjs",
60 "test:ueditor-clipboard": "node --test --experimental-strip-types ./tests/ueditor-clipboard-tables.test.mjs",
61 "test:ueditor-deep": "node --test --experimental-strip-types ./tests/ueditor-prepare-content.test.mjs",
62 "test:ueditor-form-fields": "node --test --experimental-strip-types ./tests/ueditor-form-fields.test.mjs",
63 "test:ueditor-formula": "node --test --experimental-strip-types ./tests/ueditor-table-formula.test.mjs",
64 "test:ueditor-ui": "node --test ./tests/ueditor.interaction.test.mjs",
65 "test:public-api": "node --test ./tests/public-api-smoke.test.mjs",