UNPKG

@synstack/git

Version:
68 lines (67 loc) 1.71 kB
{ "name": "@synstack/git", "type": "module", "publishConfig": { "access": "public" }, "version": "1.3.1", "description": "Git utilities for AI prompting and automation", "keywords": [ "synstack", "git", "repository", "commit", "branch" ], "author": { "name": "pAIrprog", "url": "https://pairprog.io" }, "homepage": "https://github.com/pAIrprogio/synscript/tree/main/packages/git", "repository": { "type": "git", "url": "https://github.com/pAIrprogio/synscript.git", "directory": "packages/git" }, "license": "Apache-2.0", "scripts": { "build": "tsup", "build:watch": "tsup --watch", "prepack": "pnpm build", "test:types": "tsc --noEmit", "test:unit": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --test src/**/*.test.ts", "test:unit:watch": "node --experimental-strip-types --experimental-test-snapshots --no-warnings --watch --test --watch src/**/*.test.ts", "test": "pnpm test:types && pnpm test:unit" }, "exports": { ".": { "import": { "types": "./dist/git.index.d.ts", "default": "./dist/git.index.js" }, "require": { "types": "./dist/git.index.d.cts", "default": "./dist/git.index.cjs" } } }, "dependencies": { "@synstack/enhance": "^1.1.11", "iter-tools-es": "^7.5.4" }, "devDependencies": { "@types/node": "^22.15.32", "execa": "^9.6.0", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "files": [ "src/**/*.ts", "!src/**/*.test.ts", "dist/**/*" ], "gitHead": "285fd0d79bf51776af22872fb3b2e2c7e9ac3b95", "peerDependencies": { "execa": "^9.6.0" } }