2021-04-08 14:51:06 +00:00
|
|
|
{
|
|
|
|
"name": "fe-root",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-04-14 19:15:26 +00:00
|
|
|
"prepare": "husky install",
|
2021-04-15 10:43:34 +00:00
|
|
|
"bootstrap": "lerna bootstrap",
|
2021-04-08 14:51:06 +00:00
|
|
|
"build": "lerna run build",
|
|
|
|
"test": "lerna run test",
|
2021-04-14 21:56:29 +00:00
|
|
|
"versionup": "lerna version --no-commit-hooks --conventional-prerelease --no-push --no-changelog --preid pr --yes",
|
2021-04-14 19:15:26 +00:00
|
|
|
"release": "run-s build release-versionup release-publish",
|
|
|
|
"release-versionup": "lerna version --no-commit-hooks --conventional-graduate --yes",
|
|
|
|
"release-publish": "lerna publish from-package --no-commit-hooks --no-verify-access --yes"
|
2021-04-08 14:51:06 +00:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"./packages/*"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/rbkmoney/fe-core"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-13 12:31:05 +00:00
|
|
|
"@commitlint/cli": "^12.1.1",
|
|
|
|
"@commitlint/config-conventional": "^12.1.1",
|
|
|
|
"@types/jasmine": "^3.6.9",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
|
|
"@typescript-eslint/parser": "^4.21.0",
|
|
|
|
"eslint": "^7.23.0",
|
|
|
|
"eslint-config-prettier": "^8.1.0",
|
|
|
|
"husky": "^6.0.0",
|
|
|
|
"jasmine": "^3.7.0",
|
|
|
|
"jasmine-console-reporter": "^3.1.0",
|
|
|
|
"jasmine-marbles": "^0.8.1",
|
2021-04-08 14:51:06 +00:00
|
|
|
"lerna": "^4.0.0",
|
2021-04-14 19:15:26 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-04-13 12:31:05 +00:00
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"shx": "^0.3.3",
|
|
|
|
"ts-node": "^9.1.1",
|
|
|
|
"typescript": "^4.2.4"
|
2021-04-08 14:51:06 +00:00
|
|
|
}
|
|
|
|
}
|