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