-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 906 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
32
33
34
35
36
{
"name": "@jsonfirst/sdk",
"version": "1.4.0",
"description": "Official JavaScript/Node.js SDK for the JSONFIRST Protocol — Universal Intent Protocol for AI governance",
"main": "index.js",
"files": [
"index.js",
"README.md"
],
"scripts": {
"test": "node -e \"const sdk = require('.'); const jf = new sdk({apiKey:'test'}); console.log('SDK loaded OK'); const v = jf.validate({spec:'JSONFIRST',version:'2.0',jdons:[],execution:{}}); console.log('validate:', v);\""
},
"keywords": [
"jsonfirst",
"json",
"ai",
"governance",
"llm",
"intent",
"protocol",
"sdk",
"chatgpt",
"claude",
"gemini"
],
"author": "JSONFIRST <support@jsonfirst.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jsonfirst/sdk"
},
"homepage": "https://jsonfirst.com",
"engines": {
"node": ">=14"
}
}