| 1 | { |
| 2 | "private": "true", |
| 3 | "name": "react-forgive-client", |
| 4 | "version": "0.0.0", |
| 5 | "description": "Experimental LSP client", |
| 6 | "license": "MIT", |
| 7 | "scripts": { |
| 8 | "build": "echo 'no build'", |
| 9 | "test": "echo 'no tests'" |
| 10 | }, |
| 11 | "repository": { |
| 12 | "type": "git", |
| 13 | "url": "git+https://github.com/react/react.git", |
| 14 | "directory": "compiler/packages/react-forgive" |
| 15 | }, |
| 16 | "dependencies": { |
| 17 | "vscode-languageclient": "^9.0.1" |
| 18 | }, |
| 19 | "devDependencies": { |
| 20 | "@types/vscode": "^1.95.0" |
| 21 | } |
| 22 | } |