1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21{
"name": "@abstractest/monorepo",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*",
"packages/fixtures/*",
"!packages/fixtures"
],
"description": "Abstractest monorepo",
"scripts": {
"clean": "rm -rf packages/*/target",
"build": "yarn bulk:topobuild",
"test": "echo \"topobuild invokes test scripts\" && exit 0",
"readme:toc": "node ./packages/infra/scripts/readme-toc.mjs"
},
"author": "Anton Golub <antongolub@antongolub.com>",
"license": "MIT",
"packageManager": "yarn@4.0.0-rc.45"
}