-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@openontology/opencode-palantir",
"version": "0.1.6",
"description": "collection of tools, agents, hooks to supercharge development in foundry",
"license": "MIT",
"author": {
"name": "Anand Pant",
"email": "anand@shpit.dev"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/anand-testcompare/opencode-palantir.git"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"files": [
"dist"
],
"private": false,
"peerDependencies": {
"@opencode-ai/plugin": "^1.2.6"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@opencode-ai/plugin": "1.2.6",
"@types/node": "25.2.3",
"@typescript-eslint/eslint-plugin": "8.56.0",
"@typescript-eslint/parser": "8.56.0",
"bun-types": "1.3.9",
"eslint": "10.0.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "^5.1.3",
"hyparquet-writer": "^0.12.0",
"prettier": "^3.2.4",
"typescript-eslint": "^8.56.0",
"vitest": "4.0.18"
},
"dependencies": {
"cborg": "^4.5.8",
"hyparquet": "^1.25.0",
"jsonc-parser": "^3.3.1"
}
}