jondoescoding-coding-rules
Version:
CLI tool to manage custom Cursor AI rule templates for enhanced AI-assisted development
32 lines • 931 B
JSON
{
"name": "jondoescoding-coding-rules",
"version": "2.12.0",
"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"
}
}