UNPKG

@leanup/cli

Version:

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

79 lines (78 loc) 1.52 kB
{ "name": "@leanup/cli", "version": "1.3.50", "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.5.0", "deepmerge": "4.3.1", "prettier": "2.8.8" }, "devDependencies": { "@types/node": "20.12.7", "@types/prettier": "2.7.3", "typescript": "5.4.5" }, "scripts": { "postinstall": "node postinstall.js", "prepack": "cp ../../../README.md template/ && rm -rf lib && tsc -p tsconfig.json && tsc" } }