{ "name": "@ionic/core", "version": "0.0.2-16", "description": "Base components for Ionic", "main": "dist/collection/index.js", "types": "dist/collection/index.d.ts", "browser": "dist/ionic.js", "collection": "dist/collection/collection-manifest.json", "files": [ "dist/" ], "devDependencies": { "@stencil/core": "0.0.5-23", "@stencil/dev-server": "latest", "@stencil/utils": "latest", "tslint-ionic-rules": "0.0.11" }, "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", "test": "jest --no-cache", "clean": "rm -rf dist", "lint": "tslint --project .", "lint-fix": "tslint --project . --fix", "validate": "npm run clean && npm run lint && npm run test && npm run build", "deploy": "np --any-branch", "preversion": "npm run lint && npm run build" }, "author": "Ionic Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ionic-team/ionic.git" }, "bugs": { "url": "https://github.com/ionic-team/ionic/issues" }, "homepage": "https://github.com/ionic-team/ionic#readme" }