UNPKG

git-mob-core

Version:
52 lines (51 loc) 1.34 kB
{ "name": "git-mob-core", "version": "0.10.1", "description": "Git Mob Core library to manage co-authoring", "homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob-core/README.md", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "rimraf dist && tsc --project tsconfig.test.json && bob -c=core", "pretest": "npm run build -- -t", "test": "jest", "minifytest": "npm run build -- -m -t && npm run test", "prepack": "rimraf dist && tsc --project tsconfig.prod.json && bob -c=core -m", "checks": "npm run test && npm run lint", "lint": "xo --cwd=../../", "preversion": "npm run checks" }, "repository": { "type": "git", "url": "git@github.com:rkotze/git-mob.git", "directory": "packages/git-mob-core" }, "engines": { "node": ">=16" }, "keywords": [ "cli", "cli-app", "git-pair", "git-duet", "git", "github", "co-author", "pairing", "pair programming", "mob programming", "extreme programming", "xp", "social coding" ], "author": "Richard Kotze", "license": "MIT", "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^22.13.14", "jest": "^29.7.0", "jest-config": "^29.7.0", "rimraf": "^6.0.1" } }