@coveo/create-atomic
Version:
Coveo Atomic Generator
70 lines • 1.9 kB
JSON
{
"name": "@coveo/create-atomic",
"description": "Coveo Atomic Generator",
"version": "1.41.7",
"files": [
"/dist",
"template/.env.example",
"template/.env.hbs",
"template/.eslintrc",
"template/.gitignore",
"template/.gitignore.hbs",
"template/.prettierignore",
"template/.prettierrc.cjs",
"template/README.md",
"template/coveo.deploy.json",
"template/deployment.esbuild.mjs",
"template/package.json",
"template/package.json.hbs",
"template/scripts/**/*",
"template/src/**/*",
"template/stencil.config.ts",
"template/tsconfig.donotcopy.json",
"template/tsconfig.json"
],
"bin": "./index.mjs",
"type": "module",
"main": "index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
"directory": "packages/create-atomic"
},
"keywords": [
"coveo",
"headless",
"atomic",
"template",
"generator"
],
"author": "Coveo",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@coveo/platform-client": "60.4.0",
"abortcontroller-polyfill": "1.7.8",
"https-proxy-agent": "7.0.6",
"isomorphic-fetch": "3.0.0",
"minimist": "1.2.8",
"node-plop": "^0.32.0",
"plop": "4.0.1"
},
"devDependencies": {
"@types/node": "22.16.5",
"typescript": "5.8.3"
},
"engines": {
"node": "^20.9.0 || ^22.11.0 || ^24.11.0"
},
"scripts": {
"start": "node ./index.mjs",
"build": "node ../../utils/ci/rm-rf.mjs template && pnpm run build:ts && node ./scripts/preparePackageJsonTemplate.mjs",
"build:ts": "tsc -p tsconfig.json",
"lint": "prettier --check . && eslint .",
"release:phase3": "pnpm --filter @coveo/ci npm-publish",
"release:phase1": "pnpm --filter @coveo/ci bump",
"promote:npm:latest": "pnpm --filter @coveo/ci promote-npm-prod"
}
}