UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@financial-times/athloi",
3 "version": "2.0.1",
4 "scripts": {
5 "build": "make build",
6 "test": "make test"
7 },
8 "bin": "src/bin/cli",
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/Financial-Times/athloi.git"
15 },
16 "bugs": {
17 "url": "https://github.com/Financial-Times/athloi/issues"
18 },
19 "homepage": "https://github.com/Financial-Times/athloi#readme",
20 "description": "Athloi is a tool to assist with the management of multi-package repositories (a.k.a. monorepos)",
21 "engines": {
22 "node": "14.x"
23 },
24 "dependencies": {
25 "async-sema": "^3.0.0",
26 "byline": "^5.0.0",
27 "commander": "^4.0.0",
28 "cross-spawn": "^7.0.1",
29 "find-up": "^4.0.0",
30 "glob": "^7.1.2",
31 "minimatch": "^3.0.4",
32 "node-fetch": "^2.2.0",
33 "ora": "^4.0.0",
34 "semver": "^7.0.0",
35 "toposort": "^2.0.2"
36 },
37 "devDependencies": {
38 "@financial-times/rel-engage": "^8.0.3",
39 "jest": "^24.7.0"
40 }
41}