UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@quasar/cli",
3 "version": "1.3.1",
4 "description": "Quasar Framework global CLI",
5 "bin": {
6 "quasar": "./bin/quasar"
7 },
8 "files": [
9 "assets",
10 "bin",
11 "lib"
12 ],
13 "keywords": [
14 "quasar",
15 "cli",
16 "web",
17 "spa",
18 "pwa",
19 "electron",
20 "vue",
21 "vuejs",
22 "cordova"
23 ],
24 "author": {
25 "name": "Razvan Stoenescu",
26 "email": "razvan.stoenescu@gmail.com",
27 "url": "https://github.com/quasarframework"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/quasarframework/quasar"
32 },
33 "license": "MIT",
34 "bugs": "https://github.com/quasarframework/quasar/issues",
35 "homepage": "https://quasar.dev",
36 "funding": {
37 "type": "github",
38 "url": "https://donate.quasar.dev"
39 },
40 "engines": {
41 "node": ">= 12.0.0",
42 "npm": ">= 5.6.0",
43 "yarn": ">= 1.6.0"
44 },
45 "dependencies": {
46 "async": "3.2.3",
47 "kolorist": "1.5.1",
48 "ci-info": "3.3.0",
49 "compression": "1.7.4",
50 "connect-history-api-fallback": "1.6.0",
51 "consolidate": "0.16.0",
52 "cors": "2.8.5",
53 "cross-spawn": "7.0.3",
54 "download-git-repo": "3.0.2",
55 "express": "4.17.3",
56 "fs-extra": "9.0.1",
57 "handlebars": "4.7.7",
58 "http-proxy-middleware": "2.0.3",
59 "inquirer": "8.2.0",
60 "metalsmith": "2.4.2",
61 "minimatch": "3.0.4",
62 "minimist": "1.2.5",
63 "multimatch": "5.0.0",
64 "open": "7.0.4",
65 "ora": "5.4.0",
66 "read-metadata": "1.0.0",
67 "rimraf": "3.0.2",
68 "route-cache": "0.4.7",
69 "selfsigned": "1.10.11",
70 "tildify": "2.0.0",
71 "update-notifier": "5.1.0",
72 "validate-npm-package-name": "3.0.0"
73 },
74 "publishConfig": {
75 "access": "public"
76 }
77}