UNPKG

gobot-chezmoi

Version:

chezmoi helper for Gobot

39 lines (38 loc) 883 B
{ "name": "gobot-chezmoi", "version": "2.47.4-alpha.23", "description": "chezmoi helper for Gobot", "type": "module", "main": "dist/api.js", "scripts": { "clean": "rimraf dist", "dev": "tsx ./src/cli.ts", "build": "npm run clean && tsup-node src/cli.ts src/api.ts --dts src/api.ts --format esm" }, "bin": { "chezmoi": "./dist/cli.js" }, "repository": { "type": "https", "url": "https://github.com/benallfree/gobot/tree/main/src/apps/chezmoi/helper" }, "keywords": [ "gobot", "chezmoi", "chezmoi" ], "author": "Ben Allfree", "license": "ISC", "bugs": { "url": "https://github.com/benallfree/gobot/issues" }, "homepage": "https://www.npmjs.com/package/gobot-chezmoi", "dependencies": { "gobot": "*" }, "devDependencies": { "tsup": "^8.0.2", "tsx": "^4.7.1", "typescript": "^5.4.2" } }