-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package-lock.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "@x402/advanced-facilitator-example",
"version": "2.0.0",
"type": "module",
"private": true,
"scripts": {
"start": "tsx all_networks.ts",
"dev": "tsx all_networks.ts",
"dev:all-networks": "tsx all_networks.ts",
"dev:bazaar": "tsx bazaar.ts",
"build": "tsc",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@scure/base": "^1.2.6",
"@solana/kit": "^2.1.1",
"@x402/core": "workspace:*",
"@x402/evm": "workspace:*",
"@x402/extensions": "workspace:*",
"@x402/svm": "workspace:*",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"viem": "^2.21.54"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/express": "^4.17.21",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-prettier": "^5.2.6",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}