mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"name": "@tmpwip/extension-api",
|
|
"version": "0.0.1",
|
|
"description": "Prototype API",
|
|
"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": {}
|
|
}
|