{ "name": "@codewithdan/observable-store", "version": "2.2.15", "author": "Dan Wahlin", "description": "Observable Store provides a simple way to store and retrieve state in Angular, React, Vue.js and other front-end applications.", "license": "MIT", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "repository": { "url": "https://github.com/danwahlin/observable-store" }, "keywords": [ "store", "state management", "Angular store", "React store", "Vue.js store", "state store", "JavaScript store", "Front-end store" ], "scripts": { "tsc": "tsc", "build": "cp ../../README.md ./ && rm -rf ./dist && tsc --build ./tsconfig.json", "build:w": "tsc --build ./tsconfig.json --watch", "test": "jasmine-ts --project ./spec/tsconfig.json --config=./spec/jasmine.json", "test:w": "nodemon --ext ts --exec 'jasmine-ts --project ./spec/tsconfig.json --config=./spec/jasmine.json'" }, "peerDependencies": { "rxjs": ">=6.4.0 <8" }, "devDependencies": { "@types/jasmine": "^3.8.2", "jasmine": "^3.9.0", "jasmine-spec-reporter": "^7.0.0", "jasmine-ts": "^0.4.0", "ts-node": "^10.2.1", "typescript": "4.3.5", "rxjs": "^7.3.0" } }