forked from microinfo/domain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.61 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.61 KB
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
58
59
60
61
62
63
64
65
66
{
"name": "@cqrsfk/core",
"version": "1.0.7",
"description": "cqrs for javascript/typescript",
"main": "dist/main.js",
"dependencies": {
"@cqrsfk/ob": "^0.0.16",
"@cqrsfk/ob-middle-change": "^0.0.3",
"@cqrsfk/ob-middle-sync": "^0.0.2",
"immutability-helper": "^3.0.1",
"lodash": "^4.17.15",
"patrun": "^1.0.0",
"pouchdb": "^7.1.1",
"pouchdb-find": "^7.1.1",
"proper-lockfile": "^4.1.1",
"reflect-metadata": "^0.1.13",
"seneca": "^3.12.1",
"shortid": "^2.2.14",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"devDependencies": {
"@types/immutability-helper": "^2.6.3",
"@types/lodash": "^4.14.144",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-find": "^6.3.4",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/seneca": "^2.1.9",
"@types/shortid": "0.0.29",
"ava": "^2.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"object-observer": "^2.1.0",
"pouchdb-adapter-memory": "^7.1.1",
"react": "^16.8.6",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.9.0",
"sleep-promise": "^8.0.1"
},
"scripts": {
"build": "tsc",
"test": "ava"
},
"ava": {
"compileEnhancements": false,
"extensions": [
"ts",
"tsx"
],
"require": [
"ts-node/register"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/cqrsfk/core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cqrsfk/core/issues"
},
"homepage": "https://github.com/cqrsfk/core#readme"
}