UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@leanup/cli",
3 "version": "1.1.12",
4 "description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "files": [
8 "lib/**",
9 "template/**",
10 "cli.js",
11 "postinstall.js"
12 ],
13 "keywords": [
14 "eslint",
15 "esbuild",
16 "webpack",
17 "angular",
18 "angularjs",
19 "aurelia",
20 "inferno",
21 "react",
22 "preact",
23 "svelte",
24 "vue",
25 "vue3",
26 "mocha",
27 "nyc",
28 "cucumber",
29 "sinon",
30 "prettier",
31 "nightwatch",
32 "less",
33 "sass",
34 "scss",
35 "typescript",
36 "cli",
37 "spa",
38 "pwa",
39 "lean",
40 "compiler",
41 "transpiler",
42 "graphql",
43 "postcss",
44 "pwa",
45 "hint",
46 "workbox",
47 "mono-repo",
48 "lerna"
49 ],
50 "license": "Apache-2.0",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/leanupjs/leanup.git"
54 },
55 "bugs": {
56 "url": "https://github.com/leanupjs/leanup/issues"
57 },
58 "bin": {
59 "lean": "lib/cli.js",
60 "leanup": "lib/cli.js"
61 },
62 "dependencies": {
63 "chalk": "4.1.0",
64 "commander": "7.2.0",
65 "deepmerge": "4.2.2",
66 "prettier": "2.2.1"
67 },
68 "devDependencies": {
69 "@types/node": "14.14.37",
70 "@types/prettier": "2.2.3",
71 "tsc": "1.20150623.0",
72 "typescript": "4.2.4"
73 },
74 "scripts": {
75 "postinstall": "node postinstall.js",
76 "prepack": "cp ../../../README.md template/ && rm -rf lib && tsc -p tsconfig.json && tsc"
77 },
78 "engines": {
79 "node": ">=12 <16",
80 "npm": ">=6 <8"
81 },
82 "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
83}