UNPKG

@liquid-js/angular-cli-ghpages

Version:

Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)

81 lines (80 loc) 2.43 kB
{ "name": "@liquid-js/angular-cli-ghpages", "version": "2.0.4", "description": "Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)", "main": "index.js", "bin": { "angular-cli-ghpages": "angular-cli-ghpages", "ngh": "angular-cli-ghpages" }, "scripts": { "prebuild": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts", "build": "tsc -p tsconfig.build.json", "postbuild": "copyfiles builders.json collection.json ng-add-schema.json package.json angular-cli-ghpages deploy/schema.json dist && copyfiles ../README.md dist/README.md", "test": "jest", "prepublishOnly": "echo \"*** MAKE SURE TO TYPE 'npm run publish-to-npm' AND NOT 'npm publish'! ***\"", "publish-to-npm": "npm run build && cd dist && npm publish" }, "schematics": "./collection.json", "builders": "./builders.json", "ng-add": { "save": "devDependencies" }, "repository": { "type": "git", "url": "git+https://github.com/angular-schule/angular-cli-ghpages.git" }, "keywords": [ "angular", "cli", "angular-cli", "ghpages", "github", "github pages", "cloudflare pages", "pages", "deploy", "ng deploy", "ng-deploy", "gh-pages", "ghpages", "angular-cli-ghpages", "angular-cli-github-pages" ], "author": { "name": "Johannes Hoppe", "email": "johannes.hoppe@haushoppe-its.de" }, "contributors": [ "Minko Gechev <mgechev@gmail.com>", "Ferdinand Malcher <ferdinand@malcher.media>" ], "license": "MIT", "bugs": { "url": "https://github.com/angular-schule/angular-cli-ghpages/issues" }, "homepage": "https://github.com/angular-schule/angular-cli-ghpages/#readme", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/gh-pages": "^6.1.0", "@types/istanbul-lib-report": "^3.0.3", "@types/jest": "^29.5.14", "@types/jsonfile": "^6.1.4", "@types/node": "^22.10.0", "@types/yargs-parser": "^21.0.3", "copyfiles": "^2.4.1", "jest": "^29.7.0", "json-schema-to-typescript": "^15.0.3", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "dependencies": { "@angular-devkit/architect": "~0.1900.2", "@angular-devkit/core": "^19.0.2", "@angular-devkit/schematics": "^19.0.2", "commander": "^12.1.0", "fs-extra": "^11.2.0", "gh-pages": "<6.2.0" } }