feat: call graph

This commit is contained in:
2026-04-15 15:44:33 -04:00
parent 6168e71e19
commit 79acf694ea
3 changed files with 322 additions and 176 deletions

19
extension/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "codexis",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "echo 'nothing to check'"
},
"pi": {
"extensions": [
"./index.ts"
]
},
"dependencies": {
"better-sqlite3": "^12.9.0"
}
}