@cristochang/spec-integration 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +43 -43
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // src/index.ts
1
+ // packages/spec-integration-npm/src/index.ts
2
2
  var MONITORED_TOOLS = [
3
3
  "edit",
4
4
  "write",
package/package.json CHANGED
@@ -1,48 +1,48 @@
1
1
  {
2
- "name": "@cristochang/spec-integration",
3
- "version": "0.1.0",
4
- "description": "Spec workflow integration plugin for OpenCode - passive reminders when working with specs",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
12
- }
13
- },
14
- "files": [
15
- "dist",
16
- "README.md",
17
- "LICENSE"
18
- ],
2
+ "name": "@cristochang/spec-integration",
3
+ "version": "0.1.1",
4
+ "description": "Spec workflow integration plugin for OpenCode - passive reminders when working with specs",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ }
13
+ },
14
+ "files": [
15
+ "dist",
16
+ "README.md",
17
+ "LICENSE"
18
+ ],
19
19
  "scripts": {
20
20
  "build": "npm run build:js && npm run build:dts",
21
- "build:js": "esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --external:@opencode-ai/plugin",
22
- "build:dts": "tsc --emitDeclarationOnly",
21
+ "build:js": "bunx esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --external:@opencode-ai/plugin",
22
+ "build:dts": "bunx tsc --emitDeclarationOnly",
23
23
  "prepublishOnly": "npm run build"
24
24
  },
25
- "keywords": [
26
- "opencode",
27
- "opencode-plugin",
28
- "spec",
29
- "workflow",
30
- "integration",
31
- "passive",
32
- "reminder"
33
- ],
34
- "author": "OpenCode",
35
- "license": "MIT",
36
- "peerDependencies": {
37
- "@opencode-ai/plugin": ">=0.9.0 <0.10.0"
38
- },
39
- "devDependencies": {
40
- "@opencode-ai/plugin": "workspace:*",
41
- "@types/node": "22.13.9",
42
- "esbuild": "0.27.2",
43
- "typescript": "^5.0.0"
44
- },
45
- "engines": {
46
- "node": ">=18.0.0"
47
- }
48
- }
25
+ "keywords": [
26
+ "opencode",
27
+ "opencode-plugin",
28
+ "spec",
29
+ "workflow",
30
+ "integration",
31
+ "passive",
32
+ "reminder"
33
+ ],
34
+ "author": "OpenCode",
35
+ "license": "MIT",
36
+ "peerDependencies": {
37
+ "@opencode-ai/plugin": ">=1.0.0 <2.0.0"
38
+ },
39
+ "devDependencies": {
40
+ "@opencode-ai/plugin": "workspace:*",
41
+ "@types/node": "22.13.9",
42
+ "esbuild": "0.27.2",
43
+ "typescript": "^5.0.0"
44
+ },
45
+ "engines": {
46
+ "node": ">=18.0.0"
47
+ }
48
+ }