UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@leanup/cli-vue3",
3 "version": "2.0.0-rc.51",
4 "description": "This package contains the Vue3 framework extension for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "files": [
8 "lib/**",
9 "template/**"
10 ],
11 "keywords": [
12 "babel",
13 "snowpack",
14 "webpack",
15 "vue",
16 "vue3",
17 "sinon",
18 "nyc",
19 "nightwatch",
20 "mocha",
21 "sass",
22 "typescript",
23 "cli",
24 "spa",
25 "pwa",
26 "lean",
27 "compiler",
28 "transpiler"
29 ],
30 "license": "Apache-2.0",
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/leanupjs/leanup.git"
34 },
35 "bugs": {
36 "url": "https://github.com/leanupjs/leanup/issues"
37 },
38 "bin": {
39 "vue3": "lib/cli.js"
40 },
41 "devDependencies": {
42 "@leanup/cli": "2.0.0-rc.51",
43 "@types/node": "17.0.34",
44 "typescript": "4.6.4"
45 },
46 "peerDependencies": {
47 "@leanup/cli": "~2.0.0-rc.20"
48 },
49 "scripts": {
50 "prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
51 },
52 "engines": {
53 "node": ">=14 <=18",
54 "npm": ">=6 <=8"
55 }
56}