UNPKG

@ofzza/entt-rxjs

Version:

RxJS compatible extension of enTT - a modular TypeScript data-modeling solution

58 lines (57 loc) 1.3 kB
{ "name": "@ofzza/entt-rxjs", "version": "3.2.7", "description": "RxJS compatible extension of enTT - a modular TypeScript data-modeling solution", "main": "./dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "prettier --write . && tsc", "dev": "tsc -w", "test": "tsc; npx jasmine --config=./jasmine.json" }, "pre-commit": [ "build", "test" ], "repository": { "type": "git", "url": "git+https://github.com/ofzza/enTT-RxJS.git" }, "keywords": [ "entt", "entt-rxjs", "entt rxjs", "entity", "entity-rxjs", "entity rxjs", "data model", "data model", "data-model", "data modeling", "data-modeling", "change detection", "validation" ], "author": "ofzza", "license": "MIT", "bugs": { "url": "https://github.com/ofzza/enTT-RxJS/issues" }, "homepage": "https://github.com/ofzza/enTT-RxJS#readme", "dependencies": { "@ofzza/entt": "^3.2.6", "rxjs": ">=6.6.6" }, "devDependencies": { "@types/jasmine": "^3.6.3", "jasmine": "^3.6.4", "jasmine-spec-reporter": "^6.0.0", "joi": "^17.3.0", "joi-browser": "^13.4.0", "pre-commit": "^1.2.2", "prettier": "^2.2.1", "tslint": "^6.1.3", "typescript": "^4.2.4", "yup": "^0.32.8" } }