UNPKG

f2elint

Version:

Linter for Alibaba F2E Guidelines

100 lines 2.27 kB
{ "name": "f2elint", "version": "7.0.0", "description": "Linter for Alibaba F2E Guidelines", "keywords": [ "f2elint", "Alibaba F2E Guidelines" ], "homepage": "https://alibaba.github.com/f2e-spec/", "bugs": { "url": "https://github.com/alibaba/f2e-spec/issues" }, "repository": { "type": "git", "url": "https://github.com/alibaba/f2e-spec" }, "license": "MPL-2.0", "author": { "name": "Sabo", "email": "bowei.jbw@gmail.com" }, "contributors": [ { "name": "cstyles", "email": "cstyles@qq.com" }, { "name": "Guo Yunhe", "email": "i@guoyunhe.me", "url": "https://guoyunhe.me/" }, { "name": "lakerswgq", "email": "lakerswgq@gmail.com" }, { "name": "undead25", "email": "shuanglong525@gmail.com" } ], "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": "dist/f2elint.js", "files": [ "dist", "templates", "CHANGELOG.md", "LICENSE", "README.md" ], "prettier": "prettier-config-ali", "dependencies": { "@clack/prompts": "^0.10.0", "chalk": "^5.4.1", "command-exists": "^1.2.9", "commander": "^13.1.0", "init-roll": "^1.3.1", "prettier-config-ali": "^1.5.0" }, "devDependencies": { "@mdx-js/react": "^3.1.0", "@types/command-exists": "^1.2.3", "@types/node": "^20.17.31", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "@vitest/ui": "^3.1.2", "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "prettier": "^3.5.3", "react": "^18.3.1", "react-doc-ui": "^2.3.3", "react-dom": "^18.3.1", "rive": "^3.1.2", "typescript": "^5.8.3", "vitest": "^3.1.2", "prettier-config-ali": "^1.5.0", "eslint-config-ali": "^16.6.0" }, "rive": { "template": "cli", "doc": { "disabled": true } }, "engines": { "node": ">=20.8.0" }, "scripts": { "build": "rive build", "build:watch": "rive build --watch", "lint": "eslint .", "lint:fix": "prettier --write . && eslint --fix .", "start": "rive start", "test": "vitest run", "test:ui": "vitest --ui", "test:watch": "vitest" } }