-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.32 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
{
"name": "@interc0der/xrpl-graph",
"version": "0.0.1",
"description": "Speedy and efficient XRP Ledger access using GraphQL",
"main": "dist/index.js",
"repository": "https://github.com/interc0der/xrpl-graph",
"author": "interc0der <intercoder@whirled.io>",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"apollo-server-core": "^3.9.0",
"apollo-server-express": "^3.9.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"datastar": "^4.0.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.0",
"ripple-address-codec": "^4.2.4",
"ripple-binary-codec": "^1.4.1",
"xrpl": "^2.3.0"
},
"devDependencies": {
"@thebettermint/tsconfig": "^0.0.3",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}