-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 925 Bytes
/
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
{
"name": "@dorders/profile-impl-demo",
"version": "0.1.0-alpha.0",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf lib tmp coverage",
"test": "jest --runInBand --detectOpenHandles"
},
"dependencies": {
"@tmorin/ddd-fwk-model-core": "^0.2.0",
"@dorders/fwk-model-schema": "0.1.0-alpha.0",
"@dorders/peer-model": "0.1.0-alpha.0",
"@dorders/profile-model": "0.1.0-alpha.0",
"uuid": "^8.3.2"
},
"peerDependencies": {
"@dorders/peer-impl-demo": "*"
},
"devDependencies": {
"@tmorin/ddd-fwk-infra-logger-console": "^0.2.0",
"@tmorin/ddd-fwk-infra-test": "^0.2.0",
"@tmorin/ddd-fwk-model-test": "^0.2.0",
"@dorders/peer-impl-demo": "0.1.0-alpha.0",
"@dorders/profile-validator": "0.1.0-alpha.0",
"@types/uuid": "^8.0.0"
}
}