-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 848 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 848 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
25
26
27
28
29
30
31
{
"name": "veil",
"version": "1.0.0",
"description": "Veil is an SDK that gives AI agents a verified identity on Ethereum using ENS names. Register your agent, give it a .eth name, and prove who owns it. All in minutes.",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RITTUVIK/Veil.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/RITTUVIK/Veil/issues"
},
"homepage": "https://github.com/RITTUVIK/Veil#readme",
"types": "dist/index.d.ts",
"dependencies": {
"ethers": "^6.16.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"solc": "^0.8.34",
"typescript": "^5.9.3"
}
}