{ "name": "@ionic/core", "version": "0.0.2-3", "description": "Base components for Ionic", "main": "dist/collection/index.js", "types": "dist/collection/index.d.ts", "collection": "dist/collection/collection-manifest.json", "files": [ "dist/", "README.md" ], "dependencies": { "@stencil/core": "^0.0.4-3" }, "devDependencies": { "@stencil/dev-server": "^0.0.11", "@stencil/utils": "^0.0.4" }, "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", "publish": "../../node_modules/.bin/np --any-branch", "test": "(jest --no-cache || true)" }, "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" }