-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.27 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "awesome-cursorrules-zh",
"version": "3.0.0",
"description": "🇨🇳 精选 Cursor AI 编辑器 .cursorrules 规则集合 | Awesome Cursor Rules for Cursor AI Editor",
"author": "LessUp",
"homepage": "https://awesome-cursorrules-zh.js.org/",
"bugs": {
"url": "https://github.com/LessUp/awesome-cursorrules-zh/issues"
},
"type": "module",
"scripts": {
"docs:dev": "cd docs && npm run dev",
"docs:build": "cd docs && npm run build",
"docs:preview": "cd docs && npm run preview",
"test": "node --test tests/site-ia.test.mjs",
"check": "npm run lint && npm test && npm --prefix docs run build",
"lint": "markdownlint-cli2 '**/*.md' '!node_modules/**' '!docs/node_modules/**' --config .markdownlint.json",
"lint:fix": "markdownlint-cli2 --fix '**/*.md' '!node_modules/**' '!docs/node_modules/**' --config .markdownlint.json"
},
"devDependencies": {
"markdownlint-cli2": "^0.22.1"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LessUp/awesome-cursorrules-zh.git"
},
"keywords": [
"cursor",
"ai",
"coding-rules",
"cursorrules",
"vitepress",
"chinese",
"cursor-editor",
"ai-assistant"
],
"license": "MIT"
}