UNPKG

@coveo/create-atomic

Version:
53 lines 1.37 kB
{ "name": "@coveo/create-atomic", "description": "Coveo Atomic Generator", "version": "1.41.0", "files": [ "/dist", "/template", "/template/.gitignore" ], "bin": "./index.mjs", "type": "module", "main": "index.mjs", "repository": { "type": "git", "url": "git+https://github.com/coveo/ui-kit.git", "directory": "packages/create-atomic" }, "scripts": { "start": "node ./index.mjs", "build": "rimraf template && npm run build:ts && node ./scripts/preparePackageJsonTemplate.mjs", "build:ts": "tsc -p tsconfig.json", "lint": "prettier --check . && eslint .", "release:phase3": "npm run-script -w=@coveo/ci npm-publish", "release:phase1": "npm run-script -w=@coveo/ci bump", "promote:npm:latest": "npm run-script -w=@coveo/ci promote-npm-prod" }, "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.5", "detect-indent": "7.0.1", "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": { "fs-extra": "11.3.0", "typescript": "5.8.3" } }