@intellectronica/ruler
Version:
Ruler — apply the same rules to all coding agents
69 lines (68 loc) • 1.69 kB
JSON
{
"name": "@intellectronica/ruler",
"version": "0.3.10",
"description": "Ruler — apply the same rules to all coding agents",
"main": "dist/lib.js",
"scripts": {
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"format": "prettier --write \"src/**/*.{ts,tsx,json,md}\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:integration": "jest tests/e2e/ruler.integration.test.ts --verbose",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intellectronica/ruler.git"
},
"keywords": [
"ai",
"developer-tools",
"copilot",
"codex",
"claude",
"cursor",
"aider",
"config",
"rules",
"automation"
],
"author": "Eleanor Berger",
"license": "MIT",
"bugs": {
"url": "https://github.com/intellectronica/ruler/issues"
},
"homepage": "https://ai.intellectronica.net/ruler",
"files": [
"dist",
"README.md",
"LICENSE"
],
"bin": {
"ruler": "dist/cli/index.js"
},
"devDependencies": {
"@types/iarna__toml": "^2.0.5",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.24",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"js-yaml": "^4.1.0",
"yargs": "^17.7.2",
"zod": "^3.25.28"
}
}