You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dust-Mail/package.json

42 lines
926 B

{
"name": "@dust-mail/root",
"private": true,
"license": "MIT",
"version": "0.2.4",
"author": {
"name": "Guus van Meerveld"
},
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"format": "prettier apps/client/src apps/server/src --write",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"deploy": "turbo run deploy",
"lint-staged": "lint-staged",
"dev": "turbo run dev",
"postinstall": "husky install",
"release": "standard-version"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "3.3.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"standard-version": "^9.5.0",
"turbo": "^1.3.4"
},
"packageManager": "pnpm@7.5.2",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}