-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "koala-api",
"version": "0.10.0",
"description": "Attestation signing server for marketplace ",
"main": "server/index",
"scripts": {
"server": "yarn ts-node server/index",
"test": "NODE_ENV=TEST ts-mocha -p tsconfig.testing.json 'test/**/*.spec.ts' --timeout 10000",
"lint": "eslint '**/*.ts'",
"format": "yarn lint --fix --quiet",
"postinstall": "husky install"
},
"author": "",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-ses": "^3.74.0",
"@aws-sdk/smithy-client": "^3.72.0",
"@ethersproject/providers": "^5.5.0",
"@types/nodemailer": "^6.4.4",
"axios": "^0.26.1",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.5.0",
"express": "^4.17.1",
"mini-route-loader": "^0.22.0",
"mongodb": "^3.6.5",
"mongoose": "^6.2.9",
"nodemailer": "^6.7.3",
"ts-mocha": "^9.0.2",
"ts-node": "^10.7.0",
"typechain": "^5.1.1",
"typescript": "^4.6.3",
"web3-utils": "^1.7.3"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.7.4",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^9.1.0",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-kit": "0.15.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"mocha": "^8.2.1"
}
}