forked from Zapper-fi/studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.94 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "@zapper-fi/studio",
"version": "0.82.0",
"description": "Community build apps for Zapper.fi",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc && tsc-alias -p tsconfig.aliases.json",
"postbuild": "copyfiles package.json dist",
"dev": "NODE_ENV=development nodemon --config nodemon.json",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"typecheck": "tsc --noEmit",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:ci": "eslint $(git diff --name-only --diff-filter=ACMRTUXB main | grep -E \"(.js$|.ts$|.tsx$)\")",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"start": "nest start",
"studio": "node ./scripts/run-cli.js",
"test": "jest --runInBand --forceExit",
"test:integration": "jest --runInBand --forceExit --config jest.integration.config.js",
"test:watch": "jest --watch"
},
"dependencies": {
"@golevelup/nestjs-modules": "^0.5.0",
"@nestjs/platform-express": "8.4.2",
"bitcoin-address-validation": "^2.2.1",
"esbuild": "^0.14.27",
"esbuild-runner": "^2.2.1",
"file-system-cache": "^1.0.5",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.2",
"lodash": "^4.17.21",
"murmurhash-js": "^1.0.0",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@ethersproject/abi": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@nestjs/cli": "8.2.4",
"@nestjs/common": "8.4.2",
"@nestjs/config": "^1.1.0",
"@nestjs/core": "8.4.2",
"@nestjs/swagger": "^5.2.1",
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"@typechain/ethers-v5": "^10.0.0",
"@types/cache-manager": "^3.4.3",
"@types/dedent": "^0.7.0",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.180",
"@types/murmurhash-js": "^1.0.3",
"@types/node": "16.11.7",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"cache-manager": "^3.6.0",
"chalk": "4",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"conventional-changelog-conventionalcommits": "^4.6.3",
"copyfiles": "^2.4.1",
"dataloader": "^2.1.0",
"dedent": "^0.7.0",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ethers": "^5.5.1",
"graphql": "^15.5.1",
"graphql-request": "^3.7.0",
"husky": "^8.0.1",
"jest": "^27.5.1",
"lint-staged": "^13.0.0",
"moment": "^2.29.2",
"nodemon": "^2.0.15",
"prettier": "^2.6.0",
"qs": "^6.10.3",
"recast": "^0.20.5",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
"source-map-support": "^0.5.20",
"swagger-ui-express": "^4.3.0",
"ts-generator": "^0.1.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.3",
"ts-node": "^10.7.0",
"tsc-alias": "^1.6.5",
"tsconfig-paths": "^3.14.1",
"type-fest": "^2.12.1",
"typechain": "^8.0.0",
"typescript": "^4.6.2",
"web3": "^1.5.1",
"webpack": "^5.0.0"
},
"peerDependencies": {
"@ethersproject/contracts": "^5.5.0",
"@nestjs/common": "8.4.2",
"@nestjs/config": "^1.1.0",
"@nestjs/core": "8.4.2",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"cache-manager": "^3.4.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.2",
"dataloader": "^2",
"ethers": "^5.5.1",
"graphql": "14 || 15 || 16",
"graphql-request": "^3",
"moment": "^2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
"type-fest": "^0.18.0",
"web3": "^1.5.1"
},
"engines": {
"node": "16.x"
}
}