mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "n8n",
|
|
"version": "0.198.2",
|
|
"private": true,
|
|
"homepage": "https://n8n.io",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"clean:dist": "npm exec -ws -- rimraf ./dist",
|
|
"format": "turbo run format && node scripts/format.mjs",
|
|
"lint": "turbo run lint",
|
|
"lintfix": "turbo run lintfix",
|
|
"optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
|
|
"postinstall": "patch-package",
|
|
"start": "run-script-os",
|
|
"start:default": "cd packages/cli/bin && ./n8n",
|
|
"start:tunnel": "./packages/cli/bin/n8n start --tunnel",
|
|
"start:windows": "cd packages/cli/bin && n8n",
|
|
"test": "turbo run test",
|
|
"watch": "turbo run watch",
|
|
"webhook": "./packages/cli/bin/n8n webhook",
|
|
"worker": "./packages/cli/bin/n8n worker"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.4.7",
|
|
"rimraf": "^3.0.2",
|
|
"run-script-os": "^1.0.7",
|
|
"turbo": "1.2.15"
|
|
},
|
|
"postcss": {},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"packages/@n8n_io/*"
|
|
],
|
|
"overrides": {
|
|
"browserslist": "^4.21.3",
|
|
"ejs": "^3.1.8",
|
|
"fork-ts-checker-webpack-plugin": "^6.0.4",
|
|
"globby": "^11.0.2"
|
|
}
|
|
}
|