|
| 1 | +{ |
| 2 | + "name": "@ast-grep/all-langs", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "Exports all officially supported languages.", |
| 5 | + "keywords": ["ast-grep"], |
| 6 | + "homepage": "https://github.com/ast-grep/langs/tree/main/packages/all", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/ast-grep/langs/issues" |
| 9 | + }, |
| 10 | + "license": "ISC", |
| 11 | + "author": { |
| 12 | + "name": "Nato Boram", |
| 13 | + "url": "https://github.com/NatoBoram" |
| 14 | + }, |
| 15 | + "files": ["./**/*.js", "./**/*.d.ts", "!./**/*.test.*"], |
| 16 | + "main": "index.js", |
| 17 | + "repository": "github:ast-grep/langs", |
| 18 | + "scripts": { |
| 19 | + "format": "biome format --write", |
| 20 | + "test": "node --test './**/*.test.js'" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@ast-grep/lang-angular": "workspace:*", |
| 24 | + "@ast-grep/lang-bash": "workspace:*", |
| 25 | + "@ast-grep/lang-c": "workspace:*", |
| 26 | + "@ast-grep/lang-cpp": "workspace:*", |
| 27 | + "@ast-grep/lang-csharp": "workspace:*", |
| 28 | + "@ast-grep/lang-css": "workspace:*", |
| 29 | + "@ast-grep/lang-dart": "workspace:*", |
| 30 | + "@ast-grep/lang-elixir": "workspace:*", |
| 31 | + "@ast-grep/lang-go": "workspace:*", |
| 32 | + "@ast-grep/lang-haskell": "workspace:*", |
| 33 | + "@ast-grep/lang-html": "workspace:*", |
| 34 | + "@ast-grep/lang-java": "workspace:*", |
| 35 | + "@ast-grep/lang-javascript": "workspace:*", |
| 36 | + "@ast-grep/lang-json": "workspace:*", |
| 37 | + "@ast-grep/lang-kotlin": "workspace:*", |
| 38 | + "@ast-grep/lang-lua": "workspace:*", |
| 39 | + "@ast-grep/lang-php": "workspace:*", |
| 40 | + "@ast-grep/lang-python": "workspace:*", |
| 41 | + "@ast-grep/lang-ruby": "workspace:*", |
| 42 | + "@ast-grep/lang-rust": "workspace:*", |
| 43 | + "@ast-grep/lang-scala": "workspace:*", |
| 44 | + "@ast-grep/lang-sql": "workspace:*", |
| 45 | + "@ast-grep/lang-swift": "workspace:*", |
| 46 | + "@ast-grep/lang-toml": "workspace:*", |
| 47 | + "@ast-grep/lang-tsx": "workspace:*", |
| 48 | + "@ast-grep/lang-typescript": "workspace:*", |
| 49 | + "@ast-grep/napi": "^0.37.0" |
| 50 | + }, |
| 51 | + "type": "module", |
| 52 | + "exports": { |
| 53 | + ".": { |
| 54 | + "types": "./index.d.ts", |
| 55 | + "default": "./index.js" |
| 56 | + } |
| 57 | + }, |
| 58 | + "types": "./index.d.ts", |
| 59 | + "module": "./index.js" |
| 60 | +} |
0 commit comments