2025-01-06 01:21:24 -08:00
|
|
|
{
|
|
|
|
"name": "@n8n/di",
|
2025-01-15 06:09:46 -08:00
|
|
|
"version": "0.3.0",
|
2025-01-06 01:21:24 -08:00
|
|
|
"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 .",
|
|
|
|
"lintfix": "eslint . --fix",
|
|
|
|
"watch": "tsc -p tsconfig.build.json --watch",
|
|
|
|
"test": "jest",
|
|
|
|
"test:dev": "jest --watch"
|
|
|
|
},
|
|
|
|
"main": "dist/di.js",
|
|
|
|
"module": "src/di.ts",
|
|
|
|
"types": "dist/di.d.ts",
|
|
|
|
"files": [
|
|
|
|
"dist/**/*"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"reflect-metadata": "catalog:"
|
|
|
|
}
|
|
|
|
}
|