UNPKG

@dashkite/tempo

Version:

Mono/polyrepo project management

57 lines (56 loc) 1.34 kB
{ "name": "@dashkite/tempo", "version": "0.10.0", "description": "Mono/polyrepo project management", "main": "build/src/index.js", "files": [ "build/node/src" ], "bin": { "tempo": "./build/node/src/bin/tempo" }, "scripts": { "test": "genie test", "build": "genie build" }, "repository": { "type": "git", "url": "git+https://github.com/dashkite/tempo.git" }, "keywords": [ "monorepo", "polyrepo", "package", "project", "management" ], "author": "Dan Yoder", "license": "SEE LICENSE IN LICENSE.md", "bugs": { "url": "https://github.com/dashkite/tempo/issues" }, "homepage": "https://github.com/dashkite/tempo#readme", "dependencies": { "@dashkite/bake": "^0.0.6", "@dashkite/joy": "^0.3.16", "@dashkite/kaiko": "^0.3.3", "@dashkite/katana": "0.4.8", "@dashkite/zephyr": "^0.2.0", "chalk": "^4.1.2", "commander": "^10.0.1", "dayjs": "^1.11.13", "execa": "^5.1.1", "js-yaml": "^4.1.0", "p-limit": "^3.1.0", "sort-package-json": "^2.15.1", "terminal-kit": "^3.1.2", "ttycolor": "^1.1.0" }, "devDependencies": { "@dashkite/amen": "^0.2.2", "@dashkite/genie": "^0.20.9", "@dashkite/genie-clean": "^0.1.0", "@dashkite/genie-coffee": "^0.1.0", "@dashkite/genie-release": "^0.4.3" } }