2019-06-23 03:35:23 -07:00
|
|
|
{
|
|
|
|
"name": "n8n",
|
|
|
|
"private": true,
|
2019-08-31 04:06:24 -07:00
|
|
|
"homepage": "https://n8n.io",
|
2019-06-23 03:35:23 -07:00
|
|
|
"scripts": {
|
|
|
|
"bootstrap": "lerna bootstrap --hoist --no-ci",
|
|
|
|
"build": "lerna exec npm run build",
|
2019-08-14 03:13:43 -07:00
|
|
|
"dev": "lerna exec npm run dev --parallel",
|
2019-08-28 08:39:10 -07:00
|
|
|
"start": "cd packages/cli && bin/n8n",
|
2019-08-14 04:45:18 -07:00
|
|
|
"test": "lerna run test",
|
2019-06-23 03:35:23 -07:00
|
|
|
"watch": "lerna run --parallel watch"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"lerna": "^3.13.1"
|
|
|
|
},
|
|
|
|
"postcss": {}
|
|
|
|
}
|