-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "specter",
"private": true,
"version": "1.0.0",
"description": "Know Every Agent Before It Acts — SPECTER Protocol monorepo",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "npm run test --workspace=packages/specter-sdk && npm run test --workspace=packages/specter-aeon",
"test:sdk": "npm run test --workspace=packages/specter-sdk",
"test:aeon": "npm run test --workspace=packages/specter-aeon",
"build": "npm run build --workspace=packages/specter-sdk && npm run build --workspace=packages/specter-aeon"
},
"keywords": ["specter", "kya", "agent-reputation", "erc-8004", "blockchain", "base"],
"license": "MIT",
"homepage": "https://askspecter.lol",
"repository": {
"type": "git",
"url": "https://github.com/askspecter/specter.git"
}
}