Skip to content
Snippets Groups Projects
Commit f1669224 authored by yisding's avatar yisding
Browse files

update repository/license in package.json

parent 6c55b2de
No related branches found
No related tags found
No related merge requests found
{ {
"name": "llamaindex", "name": "llamaindex",
"version": "0.0.30", "version": "0.0.30",
"license": "MIT",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "^0.6.2", "@anthropic-ai/sdk": "^0.6.2",
"@notionhq/client": "^2.2.13", "@notionhq/client": "^2.2.13",
...@@ -35,10 +36,11 @@ ...@@ -35,10 +36,11 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"repository": "run-llama/LlamaIndexTS",
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint .",
"test": "jest", "test": "jest",
"build": "tsup src/index.ts --format esm,cjs --dts", "build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --dts --watch" "dev": "tsup src/index.ts --format esm,cjs --dts --watch"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment