UNPKG

@ionic/lab

Version:

Ionic Lab utility for developing Ionic apps, used by Ionic CLI

62 lines (61 loc) 1.75 kB
{ "name": "@ionic/lab", "version": "3.2.15", "description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI", "bin": { "ionic-lab": "./bin/ionic-lab" }, "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://ionicframework.com/", "author": "Ionic Team <hi@ionic.io> (https://ionic.io)", "license": "MIT", "engines": { "node": ">=10.3.0" }, "files": [ "bin/", "dist/", "www/", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "https://github.com/ionic-team/ionic-cli.git" }, "bugs": { "url": "https://github.com/ionic-team/ionic-cli/issues" }, "scripts": { "clean": "npm run clean.tsc", "clean.tsc": "rimraf dist", "clean.stencil": "rimraf www", "lint": "true", "build": "npm run build.tsc && npm run build.stencil", "build.stencil": "npm run clean.stencil && stencil build", "build.tsc": "npm run clean.tsc && tsc", "watch": "npm run watch.tsc", "watch.stencil": "npm run clean.stencil && stencil build --dev --watch --serve --address localhost --port 8900 --no-open", "watch.tsc": "tsc -w --preserveWatchOutput", "prepublishOnly": "npm run build" }, "dependencies": { "@ionic/cli-framework": "5.1.3", "@ionic/utils-fs": "3.1.6", "chalk": "^4.0.0", "express": "^4.16.2", "tslib": "^2.0.1" }, "devDependencies": { "@ionic-internal/ionic-ds": "^2.1.0", "@stencil/core": "~1.8.5", "@types/express": "4.17.13", "@types/express-serve-static-core": "4.17.28", "@types/node": "~10.17.13", "lint-staged": "^10.0.2", "rimraf": "^3.0.0", "typescript": "~4.0.2" }, "gitHead": "9badbe7f30687d6416dc40f139912e0ba4563493" }