{ "name": "@ionic/core", "version": "0.0.2-19", "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.6", "@stencil/dev-server": "0.0.18-0", "@stencil/utils": "latest", "@types/jest": "^21.1.0", "ionicons": "^4.0.0-6", "jest": "^21.1.0", "sass-lint": "^1.11.1", "selenium-webdriver": "^3.6.0", "tslint": "^5.7.0", "tslint-ionic-rules": "0.0.11" }, "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", "e2e": "node ./scripts/e2e-test-runner.js", "test": "jest --no-cache", "test.watch": "jest --watch --no-cache", "clean": "rm -rf dist", "lint": "npm run tslint & npm run sass-lint", "sass-lint": "sass-lint -v -q", "tslint": "tslint --project .", "tslint-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", "jest": { "transform": { "^.+\\.(ts|tsx)$": "/node_modules/@stencil/core/testing/jest.preprocessor.js" }, "testRegex": "src/.*\\.spec\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ] } }