๐Ÿ“ฆ antongolub / abstractest

๐Ÿ“„ package.json ยท 34 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34{
  "name": "@abstractest/infra",
  "private": true,
  "version": "0.0.0",
  "description": "abstractest monorepo infra assets",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "bin": "./node_modules/.bin"
  },
  "scripts": {
    "build": "exit 0",
    "test": "exit 0",
    "bulk:topobuild": "cd $INIT_CWD && zx-bulk-release --dry-run --include-private --ignore=@antongolub/infra"
  },
  "devDependencies": {
    "@antongolub/git-root": "^1.5.13",
    "@semrel-extra/topo": "^1.13.0",
    "c8": "^8.0.0",
    "concurrently": "^8.2.0",
    "esbuild": "^0.18.11",
    "esbuild-node-externals": "^1.8.0",
    "eslint": "^8.44.0",
    "eslint-config-qiwi": "^2.1.3",
    "fast-glob": "^3.3.0",
    "minimist": "^1.2.8",
    "ts-node": "^10.9.1",
    "typedoc": "^0.24.8",
    "typescript": "^5.1.6",
    "zx-bulk-release": "^2.11.5"
  }
}