@reatom/devtools
Version:
Reatom developer tools for states and actions inspecting
72 lines (71 loc) • 1.6 kB
JSON
{
"name": "@reatom/devtools",
"version": "0.13.1",
"description": "Reatom developer tools for states and actions inspecting",
"type": "module",
"private": false,
"sideEffects": false,
"exports": {
"types": "./build/index.d.ts",
"require": "./build/index.cjs",
"default": "./build/index.js"
},
"browserslist": [
"last 1 year"
],
"scripts": {
"prepublishOnly": "npm run build && npm run test",
"build": "vite build",
"test": "vitest run src/*",
"test:watch": "vitest src/*"
},
"author": {
"name": "artalar",
"url": "https://github.com/artalar"
},
"maintainers": [
{
"name": "artalar",
"url": "https://github.com/artalar"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/artalar/reatom.git",
"directory": "packages/devtools"
},
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"homepage": "https://www.reatom.dev/package/devtools",
"keywords": [
"reactive",
"reactivity",
"state-manager",
"reatom"
],
"files": [
"/build",
"/devtools1.png",
"/devtools2.png"
],
"bundleDependencies": [
"@observablehq/inspector",
"@reatom/framework",
"@reatom/jsx",
"@reatom/npm-zod",
"jsondiffpatch",
"zod"
],
"devDependencies": {
"@observablehq/inspector": "^5.0.0",
"@reatom/framework": "latest",
"@reatom/jsx": "latest",
"@reatom/npm-zod": "^3.10.3",
"jsondiffpatch": "^0.6.0",
"vite": "^6.2.3",
"vite-plugin-dts": "^4.5.3",
"zod": "^3.23.8"
}
}