generated from qiwi/blank-ts-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 936 Bytes
/
package.json
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
35
{
"name": "@qiwi/buildstamp-infra",
"private": true,
"version": "0.0.0",
"description": "Buildstamp 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=@qiwi/buildstamp-infra"
},
"devDependencies": {
"@abstractest/native": "^0.4.1",
"@antongolub/git-root": "^1.5.13",
"@semrel-extra/topo": "^1.14.1",
"abstractest": "^0.1.7",
"c8": "^10.1.2",
"concurrently": "^8.2.2",
"esbuild": "^0.22.0",
"esbuild-node-externals": "^1.13.1",
"eslint": "^8.44.0",
"eslint-config-qiwi": "^2.1.3",
"fast-glob": "^3.3.2",
"minimist": "^1.2.8",
"ts-node": "^10.9.2",
"typedoc": "^0.26.2",
"typescript": "^5.5.2",
"zx-bulk-release": "^2.15.18"
}
}