data-wrangling-components/package.json

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

2021-12-02 06:10:08 +03:00
{
"name": "@data-wrangling-components/project",
"private": true,
"scripts": {
2022-05-25 02:45:23 +03:00
"_publish": "turbo run release",
2022-05-24 19:57:07 +03:00
"_cut_schema": "yarn node scripts/release-schema.mjs",
2022-05-25 04:04:11 +03:00
"is_clean": "git diff-index HEAD --quiet || git status",
2022-05-25 02:09:47 +03:00
"_pause": "sleep 3",
2021-12-02 06:10:08 +03:00
"preinstall": "npx only-allow yarn",
"postinstall": "husky install",
2022-05-24 19:51:19 +03:00
"clean": "turbo run clean",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
2022-05-25 02:45:23 +03:00
"start": "SB_QUIET=true turbo run start",
"deploy": "turbo run deploy",
2022-02-17 04:18:22 +03:00
"prettify": "essex prettify",
2022-05-24 19:57:07 +03:00
"release": "run-s _publish _cut_schema",
"update_sdks": "yarn dlx @yarnpkg/sdks vscode",
"ci": "SB_QUIET=true turbo run ci"
2021-12-02 06:10:08 +03:00
},
"prettier": "@essex/prettier-config",
"devDependencies": {
2022-05-25 19:08:45 +03:00
"@essex/eslint-config": "^20.3.5",
2022-05-25 19:44:38 +03:00
"@essex/eslint-plugin": "^20.3.7",
"@essex/jest-config": "^21.0.12",
2021-12-02 20:06:24 +03:00
"@essex/prettier-config": "^18.0.2",
2022-05-25 19:44:38 +03:00
"@essex/scripts": "^22.0.4",
2022-05-17 21:43:29 +03:00
"@types/jest": "^27.5.1",
2022-05-25 19:08:45 +03:00
"@types/node": "^17.0.35",
2022-05-17 21:43:29 +03:00
"@types/semver": "^7.3.9",
2022-04-09 01:57:12 +03:00
"arquero": "^4.8.8",
2022-05-25 19:08:45 +03:00
"eslint": "^8.16.0",
2022-05-17 21:43:29 +03:00
"husky": "^8.0.1",
2022-05-25 19:08:45 +03:00
"lint-staged": "^12.4.2",
2021-12-02 06:10:08 +03:00
"npm-run-all": "^4.1.5",
2022-04-14 22:24:26 +03:00
"prettier": "^2.6.2",
2022-05-17 21:07:42 +03:00
"semver": "^7.3.7",
2022-05-25 22:45:03 +03:00
"turbo": "^1.2.13",
2022-05-25 19:08:45 +03:00
"typescript": "^4.7.2"
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
}