mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
23 lines
630 B
JSON
23 lines
630 B
JSON
{
|
|
"name": "@podman-desktop/webview-api",
|
|
"version": "1.28.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/webview-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": {}
|
|
}
|