UNPKG

@leanup/cli

Version:

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

83 lines (82 loc) 1.59 kB
{ "name": "@leanup/cli", "version": "2.0.0-rc.65", "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": "9.4.0", "deepmerge": "4.2.2", "prettier": "2.7.1" }, "devDependencies": { "@types/node": "18.6.3", "@types/prettier": "2.6.4", "typescript": "4.7.4" }, "scripts": { "postinstall": "node postinstall.js", "prepack": "cp ../../../README.md template/ && rm -rf lib && tsc -p tsconfig.json && tsc" }, "engines": { "node": ">=14 <=18", "npm": ">=6 <=8" } }