-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "@decentralized-identity/sidetree-ipfs-datastores",
"version": "1.0.1",
"description": "Implementations of IPFS datastore used by sidetree-ipfs microservice",
"repository": "https://github.com/decentralized-identity/sidetree-ipfs-datastores",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"test": "jasmine-ts --config=./test/jasmine.json",
"build": "tsc -p .",
"lint": "tslint --fix --project .",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint"
},
"keywords": [
"ipfs",
"datastore"
],
"files": [
"dist/lib/**/*"
],
"dependencies": {
"async": "^2.6.1",
"azure-storage": "^2.10.2",
"datastore-core": "~0.6.0",
"interface-datastore": "1.0.2",
"pull-defer": "~0.2.3",
"pull-stream": "^3.6.9",
"upath": "^1.1.0"
},
"devDependencies": {
"@types/node": "^10.3.1",
"@types/jasmine": "^2.8.8",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"jasmine": "^3.1.0",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.2.1",
"nyc": "^14.0.0",
"stand-in": "^4.2.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"@types/dotenv": "^4.0.3",
"dotenv": "^6.0.0",
"typescript": "^3.0.3"
},
"author": "",
"license": "Apache-2.0"
}