-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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"
}
}