-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 861 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "cursor-rules-pack",
"displayName": "Cursor Rules Pack",
"version": "1.0.0",
"description": "50 production-tested Cursor Rules for TypeScript/Next.js, Prisma, Stripe, Supabase, and more. Includes rules for error handling, state management, security, and AI behavior \u2014 with before/after code examples.",
"author": {
"name": "OliviaCraft",
"email": "oliviacraftlat@gmail.com"
},
"homepage": "https://github.com/oliviacraft/cursor-rules-pack-sample",
"repository": "https://github.com/oliviacraft/cursor-rules-pack-sample",
"license": "MIT",
"keywords": [
"cursor-rules",
"typescript",
"nextjs",
"prisma",
"production",
"best-practices"
],
"category": "developer-tools",
"tags": [
"rules",
"typescript",
"nextjs",
"security",
"error-handling"
],
"rules": "./rules/"
}