forked from chiranjeev13/gatekeep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.16 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.16 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
{
"name": "porus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --watch porus-service/index.ts",
"start": "node porus-service/index.ts",
"build": "tsc porus-service/index.ts --outDir dist --target es2020 --module commonjs --esModuleInterop --allowSyntheticDefaultImports --skipLibCheck",
"vercel-build": "echo 'Build completed'"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
"dependencies": {
"@coinbase/x402": "^0.6.5",
"@types/cookie-parser": "^1.4.9",
"@types/jsonwebtoken": "^9.0.10",
"axios": "^1.12.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"viem": "^2.37.8",
"x402": "^0.6.5",
"x402-axios": "^0.6.5",
"x402-express": "^0.6.5"
},
"devDependencies": {
"dotenv": "^17.2.2",
"typescript": "^5.0.0",
"@types/node": "^20.0.0"
}
}