{ "name": "@ionic/angular", "version": "4.0.0-alpha.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", "framework", "angular", "mobile", "app", "webapp", "capacitor", "cordova", "progressive web app", "pwa" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ionic-team/ionic.git" }, "scripts": { "build": "npm run clean && npm run compile && npm run clean-generated && npm run ionic-core", "build.link": "npm run build && node scripts/link-copy.js", "clean": "node scripts/clean.js", "clean-generated": "node ./scripts/clean-generated.js", "compile": "./node_modules/.bin/ngc", "ionic-core": "node ../core/node_modules/.bin/stencil build", "ionic-core-dev": "node ../core/node_modules/.bin/stencil build --dev", "lint": "tslint --project .", "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", "test": "echo 'angular no tests yet'", "tsc": "tsc -p .", "validate": "npm i && npm run lint && npm run test && npm run build" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "dependencies": { "@ionic/core": "4.0.0-alpha.1" }, "devDependencies": { "@angular/common": "5.2.9", "@angular/compiler": "5.2.9", "@angular/compiler-cli": "5.2.9", "@angular/core": "5.2.9", "@angular/forms": "5.2.9", "@angular/platform-browser": "5.2.9", "@angular/platform-browser-dynamic": "5.2.9", "@angular/router": "5.2.9", "chalk": "^2.3.2", "execa": "^0.10.0", "fs-extra": "^5.0.0", "glob": "7.1.2", "inquirer": "^5.2.0", "listr": "^0.13.0", "rxjs": "5.5.8", "semver": "^5.5.0", "tslint": "^5.8.0", "tslint-ionic-rules": "0.0.14", "typescript": "2.7.2", "zone.js": "^0.8.20" } }