All checks were successful
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 47s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m47s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 2m37s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 2m52s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 3m2s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 31s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m44s
/ deploy (push) Successful in 48s
70 lines
No EOL
1.8 KiB
Text
70 lines
No EOL
1.8 KiB
Text
{
|
|
"name": "alerte-secours",
|
|
"version": "0.0.1",
|
|
"description": "Alerte-Secours - Le Réflexe qui Sauve",
|
|
"keywords": [
|
|
"alerte",
|
|
"secours",
|
|
"urgence",
|
|
"entraide",
|
|
"geolocalisation"
|
|
],
|
|
"author": "devthejo <jo@devthefuture.org>",
|
|
"homepage": "https://codeberg.org/alerte-secours/alerte-secours",
|
|
"repository": "https://codeberg.org/alerte-secours/alerte-secours",
|
|
"bugs": "https://codeberg.org/alerte-secours/alerte-secours/-/issues",
|
|
"private": true,
|
|
"workspaces": [
|
|
"services/*",
|
|
"libs/*",
|
|
"tests/*"
|
|
],
|
|
"scripts": {
|
|
"dev:web": "yarn workspace @as/web run dev",
|
|
"release": "commit-and-tag-version",
|
|
"lint": "eslint .",
|
|
"test": "jest tests",
|
|
"clear:local": "git clean -xdf",
|
|
"postinstall": "[ -d '.husky' ] && husky install || true && bin/direnv allow"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx}": "eslint"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "yarn lint --fix",
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash.camelcase": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^12.1.4",
|
|
"@commitlint/config-conventional": "^12.1.4",
|
|
"commit-and-tag-version": "^11.2.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^7",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.4.1",
|
|
"eslint-plugin-sql-pretty": "^1.1.2",
|
|
"husky": "^7.0.0",
|
|
"lint-staged": "^11.1.2",
|
|
"node-gyp": "^9.4.0",
|
|
"prettier": "^2.3.2",
|
|
"standard-changelog": "^2.0.27"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"resolutions": {
|
|
"express": "5.0.0-beta.3"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
} |