UNPKG

codeberg-pages

Version:

Publish the builded files to the `pages` branch for deployment website on Codeberg Pages

31 lines (30 loc) 729 B
{ "name": "codeberg-pages", "version": "0.1.1", "description": "Publish the builded files to the `pages` branch for deployment website on Codeberg Pages", "main": "codeberg-pages", "keywords": [ "pages", "git", "codeberg-pages", "codeberg" ], "author": { "name": "fftcc", "url": "http://ff99cc.art/" }, "license": "GNU GPL v3", "readmeFilename": "README.md", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://codeberg.org/fftcc/codeberg-pages.git" }, "preferGlobal": true, "bin": { "codeberg-pages": "./codeberg-pages" }, "homepage": "https://codeberg.org/fftcc/codeberg-pages" }