mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 11:35:03 +02:00
Co-authored-by: n8n-release-helper[bot] <265227495+n8n-release-helper[bot]@users.noreply.github.com>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@n8n/tournament",
|
|
"version": "1.8.0",
|
|
"description": "Output compatible rewrite of riot tmpl",
|
|
"main": "dist/index.js",
|
|
"module": "src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc -p tsconfig.build.json --noEmit",
|
|
"build": "tsc -p ./tsconfig.build.json",
|
|
"build:unchecked": "tsc -p ./tsconfig.build.json --noCheck",
|
|
"prepack": "pnpm build",
|
|
"test": "vitest run",
|
|
"test:unit": "vitest run",
|
|
"test:dev": "vitest --silent=false",
|
|
"lint": "eslint src --quiet",
|
|
"lint:fix": "eslint src --fix",
|
|
"format": "biome format --write .",
|
|
"format:check": "biome ci ."
|
|
},
|
|
"files": [
|
|
"src/",
|
|
"dist/",
|
|
"LICENSE.md",
|
|
"package.json",
|
|
"tsconfig.json"
|
|
],
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/node": "^18.13.0",
|
|
"@n8n/vitest-config": "workspace:*",
|
|
"@vitest/coverage-v8": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:",
|
|
"vitest-mock-extended": "catalog:",
|
|
"typescript": "catalog:typescript"
|
|
},
|
|
"dependencies": {
|
|
"ast-types": "^0.16.1",
|
|
"esprima-next": "^5.8.4",
|
|
"recast": "^0.22.0"
|
|
}
|
|
}
|