Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
44 lines
1021 B
JSON
44 lines
1021 B
JSON
{
|
|
"private": true,
|
|
"name": "@n8n/stylelint-config",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"exports": {
|
|
"./base": {
|
|
"default": "./dist/configs/base.js",
|
|
"types": "./dist/configs/base.d.ts"
|
|
},
|
|
"./rules": {
|
|
"default": "./dist/rules/index.js",
|
|
"types": "./dist/rules/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf dist .turbo",
|
|
"dev": "pnpm watch",
|
|
"format": "biome format --write .",
|
|
"format:check": "biome ci .",
|
|
"test": "jest",
|
|
"test:unit": "jest",
|
|
"test:dev": "jest --watch",
|
|
"typecheck": "tsc --noEmit",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"dependencies": {
|
|
"stylelint": "^16.23.0",
|
|
"stylelint-config-standard-scss": "^15.0.1",
|
|
"stylelint-scss": "^6.12.1",
|
|
"postcss-html": "^1.8.0",
|
|
"postcss-scss": "^4.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@n8n/typescript-config": "workspace:*",
|
|
"typescript": "catalog:",
|
|
"rimraf": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": ">= 16"
|
|
}
|
|
}
|