1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-17 16:08:12 +03:00
n8n/package.json
2019-06-23 12:35:23 +02:00

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": {}
}