UNPKG

@leanup/cli

Version:

This CLI brings along all required tools to serve, test and build multi framework SPAs

86 lines (85 loc) 1.61 kB
{ "name": "@leanup/cli", "version": "1.2.18", "description": "This CLI brings along all required tools to serve, test and build multi framework SPAs", "author": "Martin Oppitz <npmjs@martinoppitz.com>", "homepage": "https://leanupjs.org", "files": [ "lib/**", "template/**", "cli.js", "postinstall.js" ], "keywords": [ "eslint", "esbuild", "vite", "webpack", "angular", "angularjs", "aurelia", "inferno", "react", "preact", "svelte", "vue", "vue3", "mocha", "nyc", "cucumber", "sinon", "prettier", "nightwatch", "less", "sass", "scss", "typescript", "cli", "spa", "pwa", "leanupjs", "compiler", "transpiler", "graphql", "postcss", "pwa", "hint", "workbox", "mono-repo", "lerna" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/leanupjs/leanup.git" }, "bugs": { "url": "https://github.com/leanupjs/leanup/issues" }, "bin": { "lean": "lib/cli.js", "leanup": "lib/cli.js" }, "dependencies": { "chalk": "4.1.2", "commander": "8.3.0", "deepmerge": "4.2.2", "prettier": "2.5.1" }, "devDependencies": { "@types/node": "16.11.12", "@types/prettier": "2.4.2", "typescript": "4.4.4" }, "scripts": { "postinstall": "node postinstall.js", "prepack": "cp ../../../README.md template/ && rm -rf lib && tsc -p tsconfig.json && tsc" }, "cpu": [ "x64" ], "engines": { "node": ">=14 <18", "npm": ">=6 <9" } }