|
@@ -12,7 +12,7 @@
|
|
"format": "prettier --write .",
|
|
"format": "prettier --write .",
|
|
"test": "jest --config=jest.config.cjs ./test/*",
|
|
"test": "jest --config=jest.config.cjs ./test/*",
|
|
"build": "mkdir -p dist && touch dist/cleanup && rm dist/* && tsc -b",
|
|
"build": "mkdir -p dist && touch dist/cleanup && rm dist/* && tsc -b",
|
|
- "lint": "eslint ./src/*" ,
|
|
|
|
|
|
+ "lint": "eslint ./src/*",
|
|
"prepublishOnly": "npm run build"
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
},
|
|
"homepage": "https://github.com/ollama/ollama-js",
|
|
"homepage": "https://github.com/ollama/ollama-js",
|