UNPKG

957 BJSONView Raw
1{
2 "name": "@leanup/cli-lit-element",
3 "version": "2.0.0-rc.75",
4 "description": "This package contains the lit-element extension for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "files": [
8 "lib/**",
9 "template/**",
10 "package-lock.json"
11 ],
12 "keywords": [
13 "lit-element"
14 ],
15 "license": "Apache-2.0",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/leanupjs/leanup.git"
19 },
20 "bugs": {
21 "url": "https://github.com/leanupjs/leanup/issues"
22 },
23 "bin": {
24 "lit-element": "lib/cli.js"
25 },
26 "devDependencies": {
27 "@leanup/cli": "2.0.0-rc.73",
28 "@types/node": "18.7.23",
29 "rimraf": "3.0.2",
30 "typescript": "4.8.4"
31 },
32 "peerDependencies": {
33 "@leanup/cli": "~2.0.0-rc.73"
34 },
35 "scripts": {
36 "prepack": "rimraf lib && tsc -p tsconfig.json && tsc"
37 },
38 "engines": {
39 "node": ">=14 <=18",
40 "npm": ">=6 <=8"
41 }
42}