UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@leanup/cli-svelte",
3 "version": "1.2.0-rc.111",
4 "description": "This package contains the Svelte 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 "svelte",
16 "sinon",
17 "nyc",
18 "nightwatch",
19 "mocha",
20 "sass",
21 "typescript",
22 "cli",
23 "spa",
24 "pwa",
25 "lean",
26 "compiler",
27 "transpiler"
28 ],
29 "license": "Apache-2.0",
30 "main": "webpack.svelte.config.js",
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 "svelte": "lib/cli.js"
40 },
41 "devDependencies": {
42 "@leanup/cli": "1.2.0-rc.111",
43 "@types/node": "16.7.1",
44 "typescript": "4.3.5"
45 },
46 "peerDependencies": {
47 "@leanup/cli": "~1.2.0-rc.110"
48 },
49 "scripts": {
50 "prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
51 },
52 "engines": {
53 "node": ">=12 <17",
54 "npm": ">=6 <8"
55 }
56}