@goldenpath-cloud/frontend-standards
Version:
Golden Path frontend development standards for Svelte 5 with TypeScript, testing, and validation
61 lines • 1.57 kB
JSON
{
"name": "@goldenpath-cloud/frontend-standards",
"version": "1.0.0",
"description": "Golden Path frontend development standards for Svelte 5 with TypeScript, testing, and validation",
"author": "Golden Path Standards <https://goldenpath.cloud>",
"license": "MIT",
"keywords": [
"svelte",
"svelte5",
"typescript",
"eslint",
"standards",
"frontend",
"code-quality",
"development-standards",
"golden-path",
"automation"
],
"bin": {
"goldenpath-frontend": "./bin/install.js"
},
"main": "./index.js",
"files": [
"bin/",
"core-standards/",
"configs/",
"lib/",
"scripts/",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ricmclaughlin/standards.git",
"directory": "packages/frontend-standards"
},
"homepage": "https://goldenpath.cloud",
"bugs": {
"url": "https://github.com/ricmclaughlin/standards/issues"
},
"peerDependencies": {
"eslint": "^8.0.0",
"typescript": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint-plugin-svelte": "^2.0.0",
"eslint-plugin-playwright": "^1.0.0",
"eslint-plugin-testing-library": "^6.0.0",
"svelte-eslint-parser": "^0.40.0",
"vitest": "^1.0.0",
"@playwright/test": "^1.40.0",
"@testing-library/svelte": "^4.0.0",
"@testing-library/user-event": "^14.0.0"
}
}