Files
vue-flow/package.json
2022-04-24 13:34:22 +02:00

33 lines
883 B
JSON

{
"name": "@braks/vue-flow-monorepo",
"version": "0.0.0",
"private": true,
"workspaces": [
"e2e",
"examples",
"docs",
"package"
],
"scripts": {
"dev": "yarn --cwd examples dev",
"docs": "yarn --cwd docs dev",
"build": "yarn turbo run build",
"postrelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"release": "yarn --cwd package release",
"test": "yarn turbo run test",
"lint": "yarn turbo run lint",
"typedocs": "yarn turbo run typedoc"
},
"devDependencies": {
"@antfu/eslint-config": "^0.9.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.4.1",
"shx": "^0.3.4",
"turbo": "^1.2.1",
"typescript": "^4.5.5"
}
}