A world-class math input for the web
1{
2 "name": "@caret-js/monorepo",
3 "version": "0.0.0",
4 "private": true,
5 "packageManager": "pnpm@10.14.0",
6 "scripts": {
7 "build": "turbo build",
8 "dev": "turbo dev",
9 "test": "vitest",
10 "test:ci": "turbo test",
11 "lint": "turbo lint",
12 "clean": "turbo clean"
13 },
14 "devDependencies": {
15 "turbo": "^2.8.3",
16 "vitest": "^4.0.15"
17 }
18}