UNPKG

1.7 kBJSONView Raw
1{
2 "name": "@ionic/lab",
3 "version": "3.2.10",
4 "description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
5 "bin": {
6 "ionic-lab": "./bin/ionic-lab"
7 },
8 "main": "dist/index.js",
9 "types": "dist/index.d.ts",
10 "homepage": "https://ionicframework.com/",
11 "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
12 "license": "MIT",
13 "engines": {
14 "node": ">=10.3.0"
15 },
16 "files": [
17 "bin/",
18 "dist/",
19 "www/",
20 "LICENSE",
21 "README.md"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/ionic-team/ionic-cli.git"
26 },
27 "bugs": {
28 "url": "https://github.com/ionic-team/ionic-cli/issues"
29 },
30 "scripts": {
31 "clean": "npm run clean.tsc",
32 "clean.tsc": "rimraf dist",
33 "clean.stencil": "rimraf www",
34 "lint": "true",
35 "build": "npm run build.tsc && npm run build.stencil",
36 "build.stencil": "npm run clean.stencil && stencil build",
37 "build.tsc": "npm run clean.tsc && tsc",
38 "watch": "npm run watch.tsc",
39 "watch.stencil": "npm run clean.stencil && stencil build --dev --watch --serve --address localhost --port 8900 --no-open",
40 "watch.tsc": "tsc -w --preserveWatchOutput",
41 "prepublishOnly": "npm run build"
42 },
43 "dependencies": {
44 "@ionic/cli-framework": "5.1.0",
45 "@ionic/utils-fs": "3.1.5",
46 "chalk": "^4.0.0",
47 "express": "^4.16.2",
48 "tslib": "^2.0.1"
49 },
50 "devDependencies": {
51 "@ionic-internal/ionic-ds": "^2.1.0",
52 "@stencil/core": "~1.8.5",
53 "@types/express": "^4.11.0",
54 "@types/node": "~10.17.13",
55 "lint-staged": "^10.0.2",
56 "rimraf": "^3.0.0",
57 "typescript": "~4.0.2"
58 },
59 "gitHead": "62a4225e961a48dde3d8b8f3280882c68a604418"
60}