mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
26 lines
505 B
JSON
26 lines
505 B
JSON
|
{
|
||
|
"name": "webpod",
|
||
|
"version": "0.0.2",
|
||
|
"description": "Self-hosted sites",
|
||
|
"type": "module",
|
||
|
"main": "dist/index.js",
|
||
|
"types": "dist/index.d.ts",
|
||
|
"bin": {
|
||
|
"webpod": "dist/index.js"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "tsc"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"self-hosted"
|
||
|
],
|
||
|
"author": "Anton Medvedev <anton@medv.io>",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://webpod.dev",
|
||
|
"repository": "webpod/webpod",
|
||
|
"devDependencies": {
|
||
|
"typescript": "^4.9.5",
|
||
|
"@types/node": "^18.14.0"
|
||
|
}
|
||
|
}
|