| 1 | { |
| 2 | "dependencies": { |
| 3 | "react": "^19.2.3", |
| 4 | "react-dom": "^19.2.3", |
| 5 | "react-parallax-tilt": "^1.7.315" |
| 6 | }, |
| 7 | "name": "loader", |
| 8 | "version": "1.0.0", |
| 9 | "description": "Local agentic coding assistant. Runs on your hardware with local LLMs.", |
| 10 | "main": "index.js", |
| 11 | "directories": { |
| 12 | "doc": "docs", |
| 13 | "test": "tests" |
| 14 | }, |
| 15 | "scripts": { |
| 16 | "test": "echo \"Error: no test specified\" && exit 1" |
| 17 | }, |
| 18 | "repository": { |
| 19 | "type": "git", |
| 20 | "url": "git+https://github.com/tenseleyFlow/loader.git" |
| 21 | }, |
| 22 | "keywords": [], |
| 23 | "author": "", |
| 24 | "license": "ISC", |
| 25 | "type": "commonjs", |
| 26 | "bugs": { |
| 27 | "url": "https://github.com/tenseleyFlow/loader/issues" |
| 28 | }, |
| 29 | "homepage": "https://github.com/tenseleyFlow/loader#readme" |
| 30 | } |