forked from Akord-com/akord-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.7 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@akord/akord-js",
"version": "1.8.1",
"description": "Akord Client",
"main": "lib/index.js",
"repository": "git@github.com:Akord-com/akord-js.git",
"scripts": {
"test": "jest --watchAll --verbose false --collectCoverage=false",
"build": "rm -r lib || true && tsc -p .",
"prepublish": "yarn build"
},
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"lib/index.d.ts"
],
"keywords": [
"akord",
"storage",
"web3",
"encryption",
"e2ee"
],
"bugs": {
"url": "https://github.com/Akord-com/akord-js/issues"
},
"homepage": "https://github.com/Akord-com/akord-js#readme",
"author": "Akord Team",
"license": "MIT",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"dependencies": {
"@akord/crypto": "0.1.0",
"@akord/ts-cacheable": "1.0.11",
"amazon-cognito-identity-js": "^5.2.8",
"arweave": "1.11.4",
"aws-appsync": "4.1.5",
"axios": "^0.24.0",
"blueimp-load-image": "^5.16.0",
"cross-fetch": "^3.1.5",
"graphql": "^15.7.0",
"graphql-request": "^4.3.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"pdfjs-dist": "^2.16.105",
"rxjs": "^7.5.6",
"streamsaver": "^2.0.6",
"uuid": "^8.3.2",
"warp-contracts": "1.2.4",
"web-streams-polyfill": "^3.2.1"
},
"devDependencies": {
"@babel/preset-env": "^7.12.1",
"@faker-js/faker": "^6.2.0",
"@types/blueimp-load-image": "^5.16.0",
"@types/jest": "^27.4.0",
"@types/mime-types": "^2.1.1",
"@types/node": "^17.0.8",
"@types/streamsaver": "^2.0.1",
"@types/uuid": "^8.3.4",
"dotenv": "^16.0.2",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"typescript": "4.8.4"
}
}