UNPKG

contentful-utility-suite

Version:
55 lines (54 loc) 1.54 kB
{ "name": "contentful-utility-suite", "version": "1.4.1", "description": "Suite of utilities for Contentful CMS", "scripts": { "start": "tsx src/index.ts", "build": "tsc", "format": "prettier --write .", "check-types": "tsc --noEmit", "prepublishOnly": "npm run build", "test-publish": "npm run build && npm pack && node scripts/test-publish.js" }, "bin": { "contentful-utility-suite": "./dist/index.js" }, "author": "Nicholas Russell Consulting", "license": "ISC", "devDependencies": { "@types/update-notifier": "^6.0.8", "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "dependencies": { "chalk": "^5.3.0", "contentful-management": "^11.40.2", "csv-parser": "^3.0.0", "inquirer": "^12.2.0", "update-notifier": "^7.3.1" }, "type": "module", "repository": { "type": "git", "url": "https://github.com/nlowen233/contentful-utility-suite" }, "keywords": [ "contentful", "contentful", "cms", "contentful-tools", "content-migration", "bulk-export", "content-search", "headless-cms", "content-management", "cli-tool", "contentful-migration", "contentful-export", "contentful-search", "contentful-automation", "api", "content" ] }