UNPKG

@leanup/cli

Version:

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

84 lines (83 loc) 1.64 kB
{ "name": "@leanup/cli", "version": "1.1.23", "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.1", "commander": "7.2.0", "deepmerge": "4.2.2", "prettier": "2.3.1" }, "devDependencies": { "@types/node": "15.12.2", "@types/prettier": "2.2.3", "typescript": "4.3.2" }, "scripts": { "postinstall": "node postinstall.js", "prepack": "cp ../../../README.md template/ && rm -rf lib && tsc -p tsconfig.json && tsc" }, "engines": { "node": ">=12 <16", "npm": ">=6 <8" }, "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26" }