podman-desktop/packages/extension-api/package.json
bmahabirbu daf470e6d8 chore: bump version to 1.27.0
Signed-off-by: bmahabirbu <fbenoit@redhat.com>
2026-03-16 16:29:18 +01:00

23 lines
624 B
JSON

{
"name": "@podman-desktop/api",
"version": "1.27.0-next",
"description": "API for Podman Desktop extensions",
"repository": "https://github.com/podman-desktop/podman-desktop",
"publishConfig": {
"provenance": true,
"access": "public"
},
"license": "Apache-2.0",
"types": "./src/extension-api.d.ts",
"files": [
"src"
],
"scripts": {
"prepare": "",
"clean": "rimraf lib *.tsbuildinfo",
"build": "",
"watch": "",
"publish:next": "pnpm publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
},
"devDependencies": {}
}