data-wrangling-components/package.json

48 строки
1.4 KiB
JSON
Исходник Обычный вид История

2021-12-02 06:10:08 +03:00
{
"name": "@data-wrangling-components/project",
"private": true,
"scripts": {
2022-05-25 22:51:07 +03:00
"_release_packages": "turbo run release",
2022-05-24 19:57:07 +03:00
"_cut_schema": "yarn node scripts/release-schema.mjs",
2022-05-25 22:51:07 +03:00
"_version_cut": "yarn version apply --all",
"_copy_versions": "yarn node scripts/copy-schemas.mjs",
2021-12-02 06:10:08 +03:00
"preinstall": "npx only-allow yarn",
"postinstall": "husky install",
2022-05-25 22:51:07 +03:00
"clean": "turbo run clean --parallel",
2022-05-24 19:51:19 +03:00
"build": "turbo run build",
2022-05-25 23:50:54 +03:00
"bundle": "turbo run bundle",
2022-05-24 19:51:19 +03:00
"lint": "turbo run lint",
"test": "turbo run test",
2022-05-25 22:51:07 +03:00
"start": "SB_QUIET=true turbo run start --parallel",
2022-05-25 02:45:23 +03:00
"deploy": "turbo run deploy",
2022-02-17 04:18:22 +03:00
"prettify": "essex prettify",
2022-05-25 22:51:07 +03:00
"ci": "turbo run ci",
"is_clean": "git diff-index HEAD --quiet || git status",
"release": "run-s clean _version_cut ci _release_packages _cut_schema _copy_versions",
2022-05-25 22:51:07 +03:00
"update_sdks": "yarn dlx @yarnpkg/sdks vscode"
2021-12-02 06:10:08 +03:00
},
"devDependencies": {
2022-05-25 19:08:45 +03:00
"@essex/eslint-config": "^20.3.5",
"@essex/eslint-plugin": "^20.3.8",
"@essex/jest-config": "^21.0.13",
2021-12-02 20:06:24 +03:00
"@essex/prettier-config": "^18.0.2",
"@essex/scripts": "^22.0.5",
"@types/jest": "^27.5.2",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.10",
2022-04-09 01:57:12 +03:00
"arquero": "^4.8.8",
"eslint": "^8.18.0",
2022-05-17 21:43:29 +03:00
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
2021-12-02 06:10:08 +03:00
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
2022-05-17 21:07:42 +03:00
"semver": "^7.3.7",
"turbo": "^1.3.1",
"typescript": "^4.7.4"
2021-12-02 06:10:08 +03:00
},
"workspaces": [
2022-02-19 02:04:38 +03:00
"javascript/*"
2021-12-02 06:10:08 +03:00
],
2022-05-17 21:43:29 +03:00
"packageManager": "yarn@3.2.1"
2021-12-02 06:10:08 +03:00
}