42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@n8n/errors",
|
|
"version": "0.5.0",
|
|
"main": "dist/index.js",
|
|
"module": "src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"LICENSE.md",
|
|
"LICENSE_EE.md"
|
|
],
|
|
"devDependencies": {
|
|
"@sentry/node": "^9.42.1",
|
|
"@n8n/typescript-config": "1.3.0"
|
|
},
|
|
"dependencies": {
|
|
"callsites": "3.1.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"author": {
|
|
"name": "Jan Oberhauser",
|
|
"email": "jan@n8n.io"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"dev": "pnpm watch",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"format": "biome format --write .",
|
|
"format:check": "biome ci .",
|
|
"lint": "eslint . --quiet",
|
|
"lint:fix": "eslint . --fix",
|
|
"watch": "tsc -p tsconfig.build.json --watch",
|
|
"test": "echo \"WARNING: no test specified\" && exit 0",
|
|
"test:dev": "echo \"WARNING: no test specified\" && exit 0"
|
|
}
|
|
} |