mirror of
https://github.com/millionco/react-doctor.git
synced 2026-09-14 20:00:24 +08:00
31 lines
748 B
JSON
31 lines
748 B
JSON
{
|
|
"name": "@react-doctor/api",
|
|
"version": "0.9.13",
|
|
"private": true,
|
|
"description": "Programmatic API for React Doctor.",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && cross-env NODE_ENV=production vp pack",
|
|
"test": "vp test run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@react-doctor/core": "workspace:*",
|
|
"effect": "4.0.0-beta.102"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.13.0"
|
|
}
|
|
}
|