-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "@jolocom/sdk-storage-typeorm",
"version": "4.2.0",
"description": "Jolocom SDK storage module backed by Typeorm",
"main": "js/index.js",
"files": [
"js/"
],
"scripts": {
"build": "tsc -p .",
"start": "tsc -p . -w",
"test": "jest",
"prepare": "yarn build",
"repl": "node --experimental-repl-await -r ts-node/register ./bin/repl.ts"
},
"repository": "git@github.com:jolocom/sdk-storage-typeorm",
"author": "Jolocom Dev <dev@jolocom.com>",
"license": "MIT",
"peerDependencies": {
"@jolocom/sdk": "^1.1.0",
"jolocom-lib": "^5.1.0",
"typeorm": "0.2.24"
},
"dependencies": {
"class-transformer": "^0.3.1",
"ramda": "^0.27.1"
},
"devDependencies": {
"@jolocom/local-resolver-registrar": "^1.0.1",
"@jolocom/sdk": "^1.1.0",
"@types/ramda": "^0.27.14",
"jest": "^26.4.2",
"jolocom-lib": "^5.1.0",
"pg": "^8.4.2",
"sqlite3": "4.2.0",
"ts-jest": "^26.3.0",
"ts-node": "^9.1.1",
"typeorm": "0.2.24",
"typescript": "^3.8.3"
},
"keywords": [
"Jolocom",
"Self-Sovereign Identity",
"jolocom-sdk",
"typeorm"
]
}