mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"name": "n8n",
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap --hoist --no-ci",
|
|
"build": "lerna exec npm run build",
|
|
"start": "cd packages/cli && node dist/index.js start",
|
|
"watch": "lerna run --parallel watch"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^3.13.1"
|
|
},
|
|
"postcss": {}
|
|
}
|