podman-desktop/packages/webview-api/package.json
Florent BENOIT 13577e14ec
chore: switch to pnpm instead of yarn (#8589)
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-08-29 20:13:01 +00:00

21 lines
532 B
JSON

{
"name": "@podman-desktop/webview-api",
"version": "0.0.1",
"description": "API for Podman Desktop extensions",
"publishConfig": {
"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": {}
}