generated from qiwi/blank-ts-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.5 KB
/
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
36
37
38
39
{
"name": "@qiwi/npm-batch-client-monorepo",
"version": "0.0.0",
"description": "Utility wraps https://github.com/npm/npm-registry-client to perform batched actions",
"workspaces": [
"packages/*"
],
"private": true,
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build --stream --concurrency 2",
"uglify": "lerna run uglify --stream --concurrency 2",
"lint": "lerna run lint",
"bootstrap": "lerna bootstrap",
"jest": "jest --runInBand --detectOpenHandles --forceExit",
"test:report": "yarn test && yarn coveralls:push",
"test": "yarn lint && yarn jest",
"test:concurrent": "lerna run test --concurrency 2 --stream --no-prefix && yarn coverage:merge",
"coverage:merge": "node scripts/js/coverage-merge.js",
"coveralls:push": "cat ./coverage/lcov.info | coveralls || echo 'coveralls push failed :(' && exit 0",
"docs": "typedoc packages/**/src/main --ignoreCompilerErrors || exit 0",
"postupdate": "yarn && yarn bootstrap && npx yarn-audit-fix --audit-level=moderate && yarn clean && yarn build && yarn test",
"postupdate:local": "yarn postupdate && say postupdate succeeded || say postupdate failed"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^17.0.0",
"coveralls": "^3.1.1",
"find-git-root": "^1.0.4",
"jest": "^27.4.5",
"lerna": "^4.0.0",
"snazzy": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiwi/npm-batch-action.git"
},
"dependencies": {}
}