{
"name": "@opensymphony/state",
"version": "1.0.0",
"description": "Reducer-driven state management for OpenSymphony clients",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": ["dist", "src"],
"scripts": {
"build": "tsc --build tsconfig.json",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@opensymphony/gateway-schema": "*"
},
"devDependencies": {
"typescript": "^5.8.0"
}
}