UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@leanup/cli-react",
3 "version": "1.1.91",
4 "description": "This package contains the React 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 "react",
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 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/leanupjs/leanup.git"
33 },
34 "bugs": {
35 "url": "https://github.com/leanupjs/leanup/issues"
36 },
37 "bin": {
38 "react": "lib/cli.js"
39 },
40 "devDependencies": {
41 "@leanup/cli": "1.1.91",
42 "@types/node": "16.11.68",
43 "typescript": "4.3.5"
44 },
45 "peerDependencies": {
46 "@leanup/cli": "~1.1.90"
47 },
48 "scripts": {
49 "prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
50 },
51 "engines": {
52 "node": ">=12 <16",
53 "npm": ">=6 <8"
54 },
55 "gitHead": "3d1ecda1230cf255c7a72621be43cca43de09a46"
56}