podman-desktop/packages/extension-api/package.json
Florent Benoit e151fd5d4e chore: update wording
related to https://github.com/containers/podman-desktop/issues/1624

Change-Id: I19d82711fb458f5cd02e0125b82797f5f95210d0
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-03-14 08:42:17 +01:00

21 lines
526 B
JSON

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