-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 595 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@optimitron/hypercerts",
"version": "0.1.0",
"description": "Hypercert record builders and AT Protocol publishing helpers for Optimitron",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@atproto/api": "^0.19.3",
"@atproto/jwk-jose": "^0.1.11",
"@atproto/oauth-client-node": "^0.3.17",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
}
}