|
1 | 1 | { |
2 | | - "name": "@sylphx/synth-go", |
3 | | - "version": "0.2.2", |
4 | | - "description": "Go parser using Synth's universal AST - conversion layer over tree-sitter-go", |
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 | | - "scripts": { |
15 | | - "test": "bun test", |
16 | | - "test:watch": "bun test --watch", |
17 | | - "build": "bunup", |
18 | | - "prepack": "bun run build" |
19 | | - }, |
20 | | - "keywords": [ |
21 | | - "go", |
22 | | - "golang", |
23 | | - "parser", |
24 | | - "ast", |
25 | | - "synth", |
26 | | - "tree-sitter" |
27 | | - ], |
28 | | - "author": "SylphX", |
29 | | - "license": "MIT", |
30 | | - "dependencies": { |
31 | | - "@sylphx/synth": "workspace:*", |
32 | | - "tree-sitter": "^0.21.1", |
33 | | - "tree-sitter-go": "^0.23.3" |
34 | | - }, |
35 | | - "devDependencies": { |
36 | | - "typescript": "^5.6.0" |
37 | | - } |
| 2 | + "name": "@sylphx/synth-go", |
| 3 | + "version": "0.2.3", |
| 4 | + "description": "Go parser using Synth's universal AST - conversion layer over tree-sitter-go", |
| 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 | + "scripts": { |
| 15 | + "test": "bun test", |
| 16 | + "test:watch": "bun test --watch", |
| 17 | + "build": "bunup", |
| 18 | + "prepack": "bun run build" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "go", |
| 22 | + "golang", |
| 23 | + "parser", |
| 24 | + "ast", |
| 25 | + "synth", |
| 26 | + "tree-sitter" |
| 27 | + ], |
| 28 | + "author": "SylphX", |
| 29 | + "license": "MIT", |
| 30 | + "dependencies": { |
| 31 | + "@sylphx/synth": "workspace:*", |
| 32 | + "tree-sitter": "^0.21.1", |
| 33 | + "tree-sitter-go": "^0.23.3" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "typescript": "^5.6.0" |
| 37 | + } |
38 | 38 | } |
0 commit comments