UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@leanup/cli-aurelia",
3 "version": "2.0.0-rc.76",
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.73",
41 "@types/node": "18.8.5",
42 "rimraf": "3.0.2",
43 "typescript": "4.8.4"
44 },
45 "peerDependencies": {
46 "@leanup/cli": "~2.0.0-rc.73"
47 },
48 "scripts": {
49 "prepack": "rimraf lib && tsc -p tsconfig.json && tsc"
50 },
51 "engines": {
52 "node": ">=14 <=18",
53 "npm": ">=6 <=8"
54 }
55}