jondoescoding-coding-rules
Version:
CLI tool to manage custom Cursor AI rule templates for enhanced AI-assisted development
41 lines (40 loc) • 973 B
JSON
{
"name": "jondoescoding-coding-rules",
"version": "2.12.1",
"description": "CLI tool to manage custom Cursor AI rule templates for enhanced AI-assisted development",
"main": "bin/cli.js",
"bin": {
"jondoescoding-coding-rules": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cursor",
"ai",
"rules",
"templates",
"cli",
"development",
"coding-standards"
],
"author": "Jonathan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jondoescoding/jondoescoding-coding-rules.git"
},
"homepage": "https://github.com/jondoescoding/jondoescoding-coding-rules#readme",
"bugs": {
"url": "https://github.com/jondoescoding/jondoescoding-coding-rules/issues"
},
"files": [
"bin",
"templates",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
}
}