|
@@ -5,6 +5,9 @@
|
|
"description": "Ollama Javascript library",
|
|
"description": "Ollama Javascript library",
|
|
"main": "dist/index.js",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"types": "dist/index.d.ts",
|
|
|
|
+ "exports": {
|
|
|
|
+ ".": "./dist/index.js"
|
|
|
|
+ },
|
|
"scripts": {
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"format": "prettier --write .",
|
|
"test": "jest --config=jest.config.cjs ./test/*",
|
|
"test": "jest --config=jest.config.cjs ./test/*",
|