2024-07-05 02:43:27 -07:00
|
|
|
{
|
|
|
|
"name": "@n8n/config",
|
2024-08-21 08:47:06 -07:00
|
|
|
"version": "1.6.0",
|
2024-07-05 02:43:27 -07:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf dist .turbo",
|
|
|
|
"dev": "pnpm watch",
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
"build": "tsc -p tsconfig.build.json",
|
|
|
|
"format": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"lintfix": "eslint . --fix",
|
|
|
|
"watch": "tsc -p tsconfig.build.json --watch",
|
|
|
|
"test": "jest",
|
|
|
|
"test:dev": "jest --watch"
|
|
|
|
},
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "src/index.ts",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"dist/**/*"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"reflect-metadata": "0.2.2",
|
2024-07-30 04:27:15 -07:00
|
|
|
"typedi": "catalog:"
|
2024-07-05 02:43:27 -07:00
|
|
|
}
|
|
|
|
}
|