-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.12 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
43
44
45
46
47
48
{
"name": "@benstr/openspec-plus",
"version": "0.2.0",
"description": "Modular, installable customizations for OpenSpec projects — backlog ledger + working briefs + autonomous lifecycle runner, and pillars + controlled vocabulary",
"type": "module",
"bin": {
"openspec-plus": "./install.mjs"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node --test test/install.test.mjs",
"docs": "node scripts/gen-command-docs.mjs",
"prepublishOnly": "npm test"
},
"files": [
"install.mjs",
"lib/",
"modules/",
"README.md",
"DESIGN.md",
"CHANGELOG.md",
"LICENSE"
],
"keywords": [
"openspec",
"spec-driven-development",
"backlog",
"ai-agents",
"claude-code",
"codex",
"cursor"
],
"author": "Ben Strahan <ben@benstrahan.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/benstr/openspec-plus.git"
},
"bugs": {
"url": "https://github.com/benstr/openspec-plus/issues"
},
"homepage": "https://github.com/benstr/openspec-plus#readme"
}