UNPKG

@coveo/create-atomic-component

Version:

Initialize a Coveo Atomic Component

41 lines 1.18 kB
{ "name": "@coveo/create-atomic-component", "version": "1.5.10", "description": "Initialize a Coveo Atomic Component", "type": "module", "main": "index.js", "bin": "index.js", "files": [ "index.js", "template/src/components/sample-component/src/**/*", "template/src/components/sample-component/.gitignore", "template/src/components/sample-component/package.json", "template/src/components/sample-component/stencil.config.ts", "template/src/components/sample-component/tsconfig.json", "template/.gitignore" ], "keywords": [ "coveo", "cli", "atomic" ], "author": "Coveo", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { "@coveo/create-atomic-component-project": "1.5.8" }, "repository": { "type": "git", "url": "git+https://github.com/coveo/ui-kit.git", "directory": "packages/create-atomic-component" }, "scripts": { "release:phase3": "pnpm --filter @coveo/ci npm-publish", "publish:bump": "pnpm --filter @coveo/ci bump", "release:phase1": "pnpm run publish:bump", "promote:npm:latest": "pnpm --filter @coveo/ci promote-npm-prod" } }