UNPKG

@leanup/cli-angular

Version:

This package contains the Angular framework extension for the @leanup/cli.

56 lines (55 loc) 1.09 kB
{ "name": "@leanup/cli-angular", "version": "1.3.33", "description": "This package contains the Angular framework extension for the @leanup/cli.", "author": "Martin Oppitz <npmjs@martinoppitz.com>", "homepage": "https://leanupjs.org", "files": [ "lib/**", "template/**" ], "keywords": [ "babel", "snowpack", "webpack", "angular", "sinon", "nyc", "nightwatch", "mocha", "sass", "typescript", "cli", "spa", "pwa", "lean", "compiler", "transpiler" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/leanupjs/leanup.git" }, "bugs": { "url": "https://github.com/leanupjs/leanup/issues" }, "bin": { "angular": "lib/cli.js" }, "devDependencies": { "@leanup/cli": "1.3.33", "@types/node": "17.0.45", "typescript": "4.5.5" }, "peerDependencies": { "@leanup/cli": "~1.3.0" }, "scripts": { "prepack": "rm -rf lib && tsc -p tsconfig.json && tsc" }, "engines": { "node": ">=14 <=18", "npm": ">=6 <=8" } }