alexchenzl 8950eca47e bump version to 0.1.5 před 3 měsíci
..
lib 2c6fdea3f0 redesign the agent system, and build it as a standalone chrome extension from scratch using typescript před 5 měsíci
.eslintignore 2c6fdea3f0 redesign the agent system, and build it as a standalone chrome extension from scratch using typescript před 5 měsíci
README.md 2c6fdea3f0 redesign the agent system, and build it as a standalone chrome extension from scratch using typescript před 5 měsíci
build.mjs 2c6fdea3f0 redesign the agent system, and build it as a standalone chrome extension from scratch using typescript před 5 měsíci
index.ts 2c6fdea3f0 redesign the agent system, and build it as a standalone chrome extension from scratch using typescript před 5 měsíci
package.json 8950eca47e bump version to 0.1.5 před 3 měsíci
tsconfig.json 2c6fdea3f0 redesign the agent system, and build it as a standalone chrome extension from scratch using typescript před 5 měsíci

README.md

Shared Package

This package contains code shared with other packages. To use the code in the package, you need to add the following to the package.json file.

{
  "dependencies": {
    "@extension/shared": "workspace:*"
  }
}