UNPKG

sobs

Version:
47 lines (46 loc) 929 B
{ "name": "sobs", "description": "React observables", "version": "1.1.5", "main": "lib/index.js", "types": "types/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "dependencies": { "react": "^16.13.1", "uuid": "^7.0.3" }, "devDependencies": { "@types/react": "^16.9.32", "@types/uuid": "^7.0.2", "tslint": "^6.1.1", "typescript": "^3.8.3" }, "keywords": [ "observable", "object", "published", "observableobject", "swiftui", "react", "observables", "environment" ], "homepage": "https://github.com/kenmueller/sobs#readme", "bugs": { "url": "https://github.com/kenmueller/sobs/issues", "email": "kenmueller0@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/kenmueller/sobs.git" }, "author": { "name": "Ken Mueller", "email": "kenmueller0@gmail.com", "url": "https://github.com/kenmueller" }, "license": "MIT" }