UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@leanup/cli-aurelia",
3 "version": "2.0.0-rc.72",
4 "description": "This package contains the Aurelia 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 "webpack",
14 "aurelia",
15 "sinon",
16 "nyc",
17 "nightwatch",
18 "mocha",
19 "sass",
20 "typescript",
21 "cli",
22 "spa",
23 "pwa",
24 "lean",
25 "compiler",
26 "transpiler"
27 ],
28 "license": "Apache-2.0",
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/leanupjs/leanup.git"
32 },
33 "bugs": {
34 "url": "https://github.com/leanupjs/leanup/issues"
35 },
36 "bin": {
37 "aurelia": "lib/cli.js"
38 },
39 "devDependencies": {
40 "@leanup/cli": "2.0.0-rc.69",
41 "@types/node": "18.7.15",
42 "typescript": "4.8.2"
43 },
44 "peerDependencies": {
45 "@leanup/cli": "~2.0.0-rc.20"
46 },
47 "scripts": {
48 "prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
49 },
50 "engines": {
51 "node": ">=14 <=18",
52 "npm": ">=6 <=8"
53 }
54}