-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 780 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 780 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
{
"name": "graphgram",
"version": "0.0.2",
"description": "Simple graph grammar library",
"main": "index.js",
"dependencies": {
"@anthropic-ai/sdk": "^0.90.0",
"colors": "1.1.2",
"dotenv": "^17.4.2",
"extend": "^3.0.2",
"graphlib": "~2.1.1",
"jsonschema": "~1.1.1",
"lodash": "^4.17.21",
"mersennetwister": "~0.2.3",
"node-getopt": "~0.3.2",
"tmp": "~0.0.33"
},
"scripts": {
"test": "node --test test/*.test.js",
"bench": "node test/bench.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihh/graphgram.git"
},
"author": "Ian Holmes",
"license": "ISC",
"bugs": {
"url": "https://github.com/ihh/graphgram/issues"
},
"homepage": "https://github.com/ihh/graphgram#readme"
}