-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 821 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 821 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
{
"name": "@agentic-product-protocol/specification",
"version": "0.1.0",
"description": "Open standard for AI agents to discover and compare products",
"scripts": {
"compile:schema": "ajv compile --spec=draft2020 -c ajv-formats -s spec/json-schema/**/*.json"
},
"devDependencies": {
"ajv": "^8.17.1",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1"
},
"license": "Apache-2.0",
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"keywords": [
"agentic",
"product",
"api",
"specification",
"openapi",
"ecommerce",
"ai-agents"
],
"repository": {
"type": "git",
"url": "https://github.com/agentic-product-protocol/specification"
}
}