UNPKG

@coveo/create-atomic-component

Version:

Initialize a Coveo Atomic Component

38 lines 943 B
{ "name": "@coveo/create-atomic-component", "version": "1.4.2", "description": "Initialize a Coveo Atomic Component", "type": "module", "main": "index.js", "bin": "index.js", "files": [ "index.js", "template/**/*", "!template/**/project.json", "template/.gitignore" ], "scripts": { "release:phase3": "npm run-script -w=@coveo/ci npm-publish", "publish:bump": "npm run-script -w=@coveo/ci bump", "release:phase1": "npm run publish:bump", "promote:npm:latest": "npm run-script -w=@coveo/ci promote-npm-prod" }, "keywords": [ "coveo", "cli", "atomic" ], "author": "Coveo", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { "@coveo/create-atomic-component-project": "1.4.2" }, "repository": { "type": "git", "url": "git+https://github.com/coveo/ui-kit.git", "directory": "packages/create-atomic-component" } }