fe-core/package.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2021-04-08 14:51:06 +00:00
{
"name": "fe-root",
"private": true,
"scripts": {
"prepare": "husky install",
"bp": "lerna bootstrap",
2021-04-08 14:51:06 +00:00
"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"
2021-04-08 14:51:06 +00:00
},
"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",
2021-04-08 14:51:06 +00:00
"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"
2021-04-08 14:51:06 +00:00
}
}