We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9051c9 + 5eecb37 commit 902ffb4Copy full SHA for 902ffb4
2 files changed
examples/vendor-extensions-minimal/packages/vendor-examplecorp-plugin/package.json
@@ -2,6 +2,7 @@
2
"name": "@pie-qti-examples/vendor-examplecorp-plugin",
3
"version": "0.1.0",
4
"description": "Example vendor plugin for ExampleCorp QTI content",
5
+ "private": true,
6
"type": "module",
7
"main": "./dist/index.js",
8
"types": "./dist/index.d.ts",
examples/vendor-extensions-minimal/tools/cli/package.json
"name": "@pie-qti-examples/cli",
"description": "Example CLI with ExampleCorp vendor commands",
"bin": {
"pie-vendor-example": "./bin/run.js"
0 commit comments