File: /var/www/design.system/node_modules/eslint-plugin-storybook/package.json
{
"name": "eslint-plugin-storybook",
"version": "0.11.4",
"description": "Best practice rules for Storybook",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"storybook"
],
"homepage": "https://github.com/storybookjs/eslint-plugin-storybook#readme",
"bugs": {
"url": "https://github.com/storybookjs/eslint-plugin-storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/eslint-plugin-storybook"
},
"license": "MIT",
"author": "yannbf@gmail.com",
"contributors": [
{
"name": "Rafael Rozon",
"email": "rafaelrozon.developer@gmail.com"
}
],
"main": "dist/index.js",
"files": [
"dist/**/*",
"README.md"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"generate-rule": "ts-node ./tools/generate-rule",
"lint": "eslint --fix .",
"migrate": "ts-migrate-full",
"prepare": "husky",
"prettier": "prettier --write .",
"release": "git status && pnpm run build && git status && auto shipit --name storybookbot --email storybookbot@gmail.com",
"start": "tsc --watch",
"test": "pnpm run test:unit && pnpm run test:integration",
"test:unit": "jest",
"test:integration": "jest --config jest.integration.config.js --testTimeout 60000",
"test:ci": "tsc --noEmit && pnpm run test:unit --ci && pnpm run test:integration --ci",
"update-all": "pnpm run update-configs && pnpm run update-docs",
"update-configs": "ts-node ./tools/update-configs",
"update-docs": "ts-node ./tools/update-rules-list"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"dependencies": {
"@storybook/csf": "^0.1.11",
"@typescript-eslint/utils": "^8.8.1",
"ts-dedent": "^2.2.0"
},
"devDependencies": {
"@auto-it/released": "^11.2.1",
"@types/eslint": "^8.56.2",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.17",
"@types/requireindex": "^1.2.4",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/rule-tester": "^8.8.1",
"auto": "^11.2.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"semver": "^7.6.0",
"ts-jest": "^29.1.2",
"ts-migrate": "^0.1.35",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": ">=8",
"typescript": ">=4.8.4 <5.8.0"
},
"engines": {
"node": ">= 18"
},
"publishConfig": {
"access": "public"
},
"auto": {
"plugins": [
"npm",
"released"
]
},
"packageManager": "pnpm@10.4.0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52"
}