|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"name": "@colbymchenry/codegraph",
|
|
"name": "@colbymchenry/codegraph",
|
|
|
- "version": "0.2.7",
|
|
|
|
|
|
|
+ "version": "0.2.8",
|
|
|
"description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase",
|
|
"description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase",
|
|
|
"main": "dist/index.js",
|
|
"main": "dist/index.js",
|
|
|
"types": "dist/index.d.ts",
|
|
"types": "dist/index.d.ts",
|
|
@@ -8,7 +8,8 @@
|
|
|
"codegraph": "./dist/bin/codegraph.js"
|
|
"codegraph": "./dist/bin/codegraph.js"
|
|
|
},
|
|
},
|
|
|
"files": [
|
|
"files": [
|
|
|
- "dist"
|
|
|
|
|
|
|
+ "dist",
|
|
|
|
|
+ "README.md"
|
|
|
],
|
|
],
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"build": "tsc && npm run copy-assets",
|
|
"build": "tsc && npm run copy-assets",
|