We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0aa70 commit cae1773Copy full SHA for cae1773
package.json
@@ -15,9 +15,7 @@
15
"default": "./dist/index.js"
16
}
17
},
18
- "bin": {
19
- "canvas": "./src/canvas/cli.ts"
20
- },
+
21
"scripts": {
22
"build": "bun build ./src/index.ts --outdir dist --target bun",
23
"start": "bun run src/canvas/cli.ts",
@@ -26,11 +24,10 @@
26
24
27
25
"repository": {
28
"type": "git",
29
- "url": "https://github.com/mailshieldai/opencode-canvas"
+ "url": "git+https://github.com/mailshieldai/opencode-canvas.git"
30
31
"publishConfig": {
32
- "access": "public",
33
- "provenance": true
+ "access": "public"
34
35
"files": [
36
"dist",
0 commit comments