Lines 25-65json
25 "src/build_corpus/*.py",
26 "src/build_corpus/templates/*.py",
27 "src/build_corpus/templates/*.dotx",
36 "editor:build": "vite build --config editor-web/vite.config.js",
37 "editor:windows": "powershell.exe -ExecutionPolicy Bypass -File scripts/build-windows-editor.ps1",
38 "editor:package": "powershell.exe -ExecutionPolicy Bypass -File scripts/package-windows-editor.ps1",
39 "test:conversion": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite Conversion",
40 "test:editor": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite Editor",
41 "test:required": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite Auto",
42 "test:all": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite All",
43 "release": "node scripts/release-npm.mjs",
44 "prepack": "npm run editor:windows && npm run editor:package",
45 "postinstall": "node bin/postinstall.js",
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 "preuninstall": "node bin/postinstall.js --uninstall",
47 "test": "node bin/build-corpus.js --help && node bin/validate-katex.js README.md"
50 "@codemirror/lang-markdown": "^6.5.0",
51 "@codemirror/theme-one-dark": "^6.1.3",
52 "@tiptap/extension-bubble-menu": "^3.23.1",
53 "@tiptap/extension-floating-menu": "^3.23.1",
54 "@tiptap/extension-image": "^3.23.1",
55 "@tiptap/extension-link": "^3.23.1",
56 "@tiptap/extension-placeholder": "^3.23.1",
57 "@tiptap/extension-table": "^3.23.1",
58 "@tiptap/extension-table-cell": "^3.23.1",
59 "@tiptap/extension-table-header": "^3.23.1",
60 "@tiptap/extension-table-row": "^3.23.1",
61 "@tiptap/extension-task-item": "^3.23.1",
62 "@tiptap/extension-task-list": "^3.23.1",
63 "@tiptap/react": "^3.23.1",
64 "@tiptap/starter-kit": "^3.23.1",
65 "@uiw/react-codemirror": "^4.25.9",