2026-05-18 11:09:33 -04:00
|
|
|
{
|
|
|
|
|
"name": "@immich/plugin-sdk",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./host-functions": {
|
|
|
|
|
"import": "./dist/host-functions.js",
|
|
|
|
|
"types": "./dist/host-functions.d.ts"
|
|
|
|
|
},
|
|
|
|
|
".": {
|
|
|
|
|
"import": "./dist/index.js",
|
2026-05-29 14:02:07 -04:00
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"default": "./dist/index.js"
|
2026-05-18 11:09:33 -04:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"build": "node esbuild.js && tsc --emitDeclarationOnly && tsc-alias"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
2026-06-26 00:23:55 +02:00
|
|
|
"bin": {
|
|
|
|
|
"plugin-sdk": "./plugin-sdk.mjs"
|
|
|
|
|
},
|
2026-05-18 11:09:33 -04:00
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
2026-07-21 11:01:23 +00:00
|
|
|
"packageManager": "pnpm@11.13.1",
|
2026-05-18 11:09:33 -04:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@extism/js-pdk": "^1.1.1",
|
2026-05-28 18:04:15 -04:00
|
|
|
"@immich/sdk": "workspace:*",
|
2026-07-16 20:31:45 +02:00
|
|
|
"@types/node": "^24.13.3",
|
2026-05-20 16:56:27 +02:00
|
|
|
"esbuild": "^0.28.0",
|
2026-05-18 11:09:33 -04:00
|
|
|
"tsc-alias": "^1.8.16",
|
2026-07-21 13:36:57 +02:00
|
|
|
"typescript": "^7.0.0"
|
2026-05-18 11:09:33 -04:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@extism/js-pdk": "^1.1.1"
|
2026-06-26 00:23:55 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"commander": "^15.0.0"
|
2026-05-18 11:09:33 -04:00
|
|
|
}
|
|
|
|
|
}
|