mirror of
https://github.com/valitydev/fe-core.git
synced 2024-11-06 02:25:18 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "fe-root",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"bp": "lerna bootstrap",
|
|
"build": "lerna run build",
|
|
"test": "lerna run test",
|
|
"versionup": "lerna version --no-commit-hooks --conventional-prerelease --no-changelog --preid pr --yes",
|
|
"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"
|
|
},
|
|
"workspaces": [
|
|
"./packages/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rbkmoney/fe-core"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"lerna": "^4.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.2.1",
|
|
"shx": "^0.3.3",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|