diff --git a/.vscode/settings.json b/.vscode/settings.json index 90c6d24..1157ba9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { - "eslint.workingDirectories": ["./src"], + "eslint.workingDirectories": [ + "./src" + ], "typescript.tsdk": "node_modules/typescript/lib", "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, @@ -9,5 +11,7 @@ "[typecript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, - "npm.packageManager": "pnpm" -} + "npm.packageManager": "pnpm", + "jest.jestCommandLine": "pnpm test-op --", + "jest.autoRun": "off" +} \ No newline at end of file diff --git a/package.json b/package.json index 26cf9ff..f42d3c1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.5.1", "description": "An AI Engineering Framework for TypeScript", "author": "Jeff LaPorte (https://github.com/jefflaporte)", - "repository": "https://github.com/TypeAI-dev/typeai-core", + "repository": "https://github.com/TypeAI-dev/typeai", "private": false, "license": "SEE LICENSE IN LICENSE.txt", "type": "module", @@ -24,7 +24,7 @@ "prepare": "./node_modules/.bin/deepkit-type-install", "prepublishOnly": "pnpm run build", "test": "jest --setupFiles 'dotenv/config'", - "test-op": "op run --env-file=.env jest -- --color" + "test-op": "op run --env-file=.env jest" }, "publishConfig": { "access": "public" @@ -46,7 +46,7 @@ "LICENSE.txt" ], "bugs": { - "url": "https://github.com/TypeAI-dev/core/issues/new?template=bug_report.md" + "url": "https://github.com/TypeAI-dev/typeai/issues/new?template=bug_report.md" }, "devDependencies": { "@deepkit/type-compiler": "npm:@jefflaporte/deepkit-type-compiler@1.0.1-alpha.97-jl", @@ -87,4 +87,4 @@ "lodash": "^4.17.21", "openai": "~3.3.0" } -} \ No newline at end of file +}