2021-12-02 06:10:08 +03:00
|
|
|
{
|
|
|
|
"name": "@data-wrangling-components/project",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"preinstall": "npx only-allow yarn",
|
|
|
|
"postinstall": "husky install",
|
2022-02-11 02:22:34 +03:00
|
|
|
"clean": "yarn workspaces foreach -pv run clean",
|
2022-02-16 20:04:30 +03:00
|
|
|
"build": "yarn workspaces foreach -piv --topological-dev run build",
|
2022-02-11 02:22:34 +03:00
|
|
|
"start": "yarn workspaces foreach -piv run start",
|
|
|
|
"deploy": "yarn workspaces foreach -piv run deploy",
|
|
|
|
"lint": "essex lint --fix",
|
2021-12-02 06:10:08 +03:00
|
|
|
"git_is_clean": "essex git-is-clean",
|
2022-02-17 04:18:22 +03:00
|
|
|
"prettify": "essex prettify",
|
2022-02-25 00:32:36 +03:00
|
|
|
"test": "yarn jest",
|
2022-03-04 06:54:42 +03:00
|
|
|
"jest": "NODE_OPTIONS=--experimental-vm-modules yarn node $(yarn bin jest) --runInBand",
|
2022-02-19 01:18:52 +03:00
|
|
|
"ci": "run-s build lint jest git_is_clean",
|
2022-02-17 04:18:22 +03:00
|
|
|
"publish": "yarn workspaces foreach --exclude '@data-wrangling-components/project' -pv npm publish --tolerate-republish --access public",
|
2022-02-11 02:22:34 +03:00
|
|
|
"update_sdks": "yarn dlx @yarnpkg/sdks vscode"
|
2021-12-02 06:10:08 +03:00
|
|
|
},
|
|
|
|
"prettier": "@essex/prettier-config",
|
|
|
|
"devDependencies": {
|
2022-03-17 19:32:00 +03:00
|
|
|
"@essex/eslint-config": "^20.3.2",
|
|
|
|
"@essex/eslint-plugin": "^20.3.3",
|
|
|
|
"@essex/jest-config": "^21.0.8",
|
2021-12-02 20:06:24 +03:00
|
|
|
"@essex/prettier-config": "^18.0.2",
|
2022-03-18 20:09:42 +03:00
|
|
|
"@essex/scripts": "^21.0.1",
|
2022-03-04 06:57:44 +03:00
|
|
|
"@types/jest": "^27.4.1",
|
2022-03-29 23:53:03 +03:00
|
|
|
"@types/node": "^17.0.23",
|
|
|
|
"eslint": "^8.12.0",
|
2021-12-02 06:10:08 +03:00
|
|
|
"husky": "^7.0.4",
|
2022-02-15 01:31:32 +03:00
|
|
|
"jest": "^27.5.1",
|
2022-03-17 19:32:00 +03:00
|
|
|
"lint-staged": "^12.3.7",
|
2022-03-29 23:53:03 +03:00
|
|
|
"node-fetch": "^3.2.3",
|
2021-12-02 06:10:08 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
2022-03-29 23:53:03 +03:00
|
|
|
"prettier": "^2.6.1",
|
|
|
|
"typescript": "^4.6.3"
|
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-03-04 06:54:42 +03:00
|
|
|
"packageManager": "yarn@3.2.0"
|
2021-12-02 06:10:08 +03:00
|
|
|
}
|