{ "name": "unit-test", "version": "0.0.1", "description": "Stencil Component Starter", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/unit-test/unit-test.esm.js", "repository": { "type": "git", "url": "https://github.com/ionic-team/stencil-component-starter.git" }, "files": [ "dist/", "loader/" ], "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test-comp": "stencil test --spec my-component.spec.tsx", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate" }, "dependencies": { "@stencil/core": "^3.0.0" }, "devDependencies": { "@types/jest": "^27.5.2", "@types/node": "^16.18.11", "jest": "^27.5.1", "jest-cli": "^27.5.1", "puppeteer": "^19.5.2" }, "license": "MIT" }