-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 946 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
31
32
{
"name": "@andresanemic/lore-plugin",
"version": "2.4.7",
"description": "Provider-neutral project criterion that persists across AI agents and sessions.",
"type": "module",
"license": "MIT",
"author": "andresanemic",
"homepage": "https://github.com/andresanemic/lore-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/andresanemic/lore-plugin.git"
},
"bin": {
"lore-plugin": "./scripts/lore-plugin.mjs"
},
"files": [
".claude-plugin/",
".codex-plugin/",
"assets/",
"docs/",
"hooks/",
"skills/",
"scripts/installer.mjs",
"scripts/lore-plugin.mjs",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test bench/*.test.mjs bench/upgrade/*.test.mjs bench/effect-2.3.2/*.test.mjs scripts/*.test.mjs skills/transmute-lore/scripts/*.test.mjs"
},
"keywords": ["lore", "ai", "skills", "codex", "claude-code", "context-engineering"]
}