2016-06-29 10:27:04 +00:00
{
2020-05-08 10:04:00 +00:00
"name" : "root" ,
"private" : true ,
2019-07-11 09:59:26 +00:00
"repository" : {
"type" : "git" ,
2019-09-25 15:42:06 +00:00
"url" : "https://github.com/betagouv/mon-entreprise.git"
2019-07-11 09:59:26 +00:00
} ,
2022-06-02 13:28:08 +00:00
"type" : "module" ,
2021-12-03 11:38:16 +00:00
"workspaces" : [
"modele-social" ,
2022-01-27 17:28:48 +00:00
"exoneration-covid" ,
2022-05-16 12:29:59 +00:00
"api" ,
2021-12-03 11:38:16 +00:00
"site"
] ,
2020-05-08 10:04:00 +00:00
"scripts" : {
2022-05-31 09:53:07 +00:00
"pre-commit" : "yarn workspaces foreach -pi run pre-commit" ,
2022-06-02 19:44:44 +00:00
"scalingo-postbuild" : "CI=true ; yarn test:type && yarn workspaces focus api && yarn workspace api run build && yarn workspaces focus --all && yarn test && yarn workspaces focus api --production" ,
2022-02-07 08:34:32 +00:00
"lint:eslintrc" : "npx eslint-config-prettier .eslintrc.cjs" ,
2022-03-03 13:37:53 +00:00
"lint:eslint" : "NODE_OPTIONS='--max-old-space-size=4096' eslint ." ,
2020-05-08 10:04:00 +00:00
"lint:eslint:fix" : "yarn lint:eslint --fix" ,
2021-07-01 16:25:50 +00:00
"lint:prettier" : "yarn run prettier --check \"**/*.{js,jsx,ts,tsx,yaml,yml}\"" ,
2020-05-08 10:04:00 +00:00
"lint:prettier:fix" : "yarn lint:prettier --write" ,
2022-04-04 13:49:00 +00:00
"lint:fix" : "yarn lint:eslint:fix ; yarn lint:prettier:fix" ,
2020-05-08 10:04:00 +00:00
"lint" : "yarn lint:eslintrc && yarn lint:eslint && yarn lint:prettier" ,
2022-05-31 09:53:07 +00:00
"postinstall" : "husky install && yarn workspaces foreach -piv --exclude site run prepack" ,
2022-06-21 11:32:38 +00:00
"test" : "CI=true yarn workspaces foreach run test" ,
2022-03-03 13:37:53 +00:00
"test:type" : "yarn workspaces foreach -pi run tsc --skipLibCheck --noEmit" ,
"clean" : "yarn workspaces foreach run clean && rimraf node_modules" ,
2022-03-09 11:05:01 +00:00
"start" : "yarn workspaces foreach -piv --exclude site run start & yarn workspace site run start" ,
2022-03-03 13:37:53 +00:00
"moso:up" : "yarn workspace modele-social up && yarn workspace exoneration-covid up && yarn workspace site upgrade modele-social" ,
2022-02-09 09:26:56 +00:00
"i18n:check" : "yarn workspace site i18n:check" ,
"i18n:translate" : "yarn workspace site i18n:translate"
2020-05-08 10:04:00 +00:00
} ,
2022-06-30 10:08:36 +00:00
"resolutions" : {
"@types/download/@types/got" : "8.3.1"
} ,
"//" : "@types/got:^9 is a hack to do a conflict with @types/download/@types/got and fix type error in download package https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/58929" ,
2022-03-03 13:37:53 +00:00
"devDependencies" : {
2022-06-21 13:57:01 +00:00
"@actions/core" : "^1.9.0" ,
2022-06-28 12:53:10 +00:00
"@actions/github" : "^5.0.3" ,
2022-06-30 10:08:36 +00:00
"@types/got" : "^9" ,
2022-05-23 08:02:19 +00:00
"@typescript-eslint/eslint-plugin" : "^5.25.0" ,
"@typescript-eslint/parser" : "^5.25.0" ,
2022-05-23 10:50:08 +00:00
"eslint" : "^8.16.0" ,
2022-03-28 10:08:02 +00:00
"eslint-config-prettier" : "^8.5.0" ,
2022-05-23 08:02:19 +00:00
"eslint-config-standard" : "^17.0.0" ,
2022-03-28 10:08:02 +00:00
"eslint-plugin-cypress" : "^2.12.1" ,
2022-04-07 16:09:40 +00:00
"eslint-plugin-import" : "^2.26.0" ,
2022-06-21 11:32:38 +00:00
"eslint-plugin-jest" : "^26.5.3" ,
2022-05-23 10:50:08 +00:00
"eslint-plugin-n" : "^15.2.0" ,
2022-04-04 13:47:07 +00:00
"eslint-plugin-promise" : "^6.0.0" ,
2022-05-23 10:50:08 +00:00
"eslint-plugin-react" : "^7.30.0" ,
"eslint-plugin-react-hooks" : "^4.5.0" ,
2022-05-31 09:53:07 +00:00
"husky" : "^8.0.0" ,
2022-04-07 16:09:40 +00:00
"prettier" : "^2.6.2" ,
2022-03-03 13:37:53 +00:00
"rimraf" : "^3.0.2"
2022-06-02 13:28:08 +00:00
} ,
"packageManager" : "yarn@3.2.0" ,
"engines" : {
"node" : "^16"
2021-11-30 15:09:05 +00:00
}
2016-06-29 10:27:04 +00:00
}