11{
2- "name" : " @arcaelas/agent" ,
3- "version" : " 1.19.0" ,
4- "description" : " A small box of tools, which are implemented in different factions of the library." ,
5- "license" : " ISC" ,
6- "main" : " build/index.js" ,
72 "author" : {
8- "email" : " comunity @arcaelas.com" ,
3+ "email" : " community @arcaelas.com" ,
94 "name" : " Arcaelas Insiders" ,
105 "url" : " https://github.com/arcaelas"
116 },
12- "repository" : {
13- "type" : " git" ,
14- "url" : " https://github.com/arcaelas/agent.git"
15- },
167 "bugs" : {
178 "email" : " community@arcaelas.com" ,
189 "url" : " https://github.com/arcaelas/agent/issues"
1910 },
11+ "dependencies" : {
12+ "@anthropic-ai/claude-agent-sdk" : " ^0.2.71" ,
13+ "@arcaelas/utils" : " ^2.0.5" ,
14+ "zod" : " ^4.3.6"
15+ },
16+ "description" : " A small box of tools, which are implemented in different factions of the library." ,
17+ "devDependencies" : {
18+ "@eslint/js" : " ^9.0.0" ,
19+ "@types/node" : " ^25.3.5" ,
20+ "eslint" : " ^9.0.0" ,
21+ "prettier" : " ^3.0.0" ,
22+ "tsc-alias" : " ^1.8.16" ,
23+ "typescript" : " ^5.0.4" ,
24+ "typescript-eslint" : " ^8.0.0"
25+ },
26+ "exports" : {
27+ "." : {
28+ "import" : " ./build/esm/index.js" ,
29+ "require" : " ./build/cjs/index.js" ,
30+ "types" : " ./build/esm/index.d.ts"
31+ }
32+ },
33+ "files" : [
34+ " build"
35+ ],
2036 "homepage" : " https://github.com/arcaelas/agent" ,
2137 "keywords" : [
2238 " agent" ,
2642 " arcaelas-insiders" ,
2743 " javascript"
2844 ],
29- "files" : [
30- " build/"
31- ],
45+ "license" : " ISC" ,
46+ "main" : " ./build/cjs/index.js" ,
47+ "module" : " ./build/esm/index.js" ,
48+ "name" : " @arcaelas/agent" ,
3249 "publishConfig" : {
3350 "access" : " public" ,
3451 "registry" : " https://registry.npmjs.org/"
3552 },
53+ "repository" : {
54+ "type" : " git" ,
55+ "url" : " https://github.com/arcaelas/agent.git"
56+ },
3657 "scripts" : {
37- "build" : " tsc && tsc-alias" ,
58+ "build" : " yarn build:esm && yarn build:cjs" ,
59+ "build:cjs" : " tsc --module commonjs --moduleResolution node --outDir build/cjs && tsc-alias --outDir build/cjs && echo '{\" type\" :\" commonjs\" }' > build/cjs/package.json" ,
60+ "build:esm" : " tsc --module ESNext --moduleResolution bundler --outDir build/esm && tsc-alias --resolve-full-paths --outDir build/esm && echo '{\" type\" :\" module\" }' > build/esm/package.json" ,
3861 "docs" : " mkdocs gh-deploy --force" ,
39- "lint:fix" : " eslint src/ --fix" ,
40- "prepublishOnly" : " yarn build && npm version minor" ,
41- "postpublish" : " rm -rf build/" ,
4262 "lint" : " eslint src/ --fix" ,
43- "release" : " npm version minor && yarn build && npm publish --access public"
63+ "prepublishOnly" : " rm -rf build && npm version minor && yarn build" ,
64+ "release" : " npm publish --access public"
4465 },
45- "dependencies" : {
46- "@anthropic-ai/claude-agent-sdk" : " ^0.2.71" ,
47- "@arcaelas/utils" : " ^2.0.5" ,
48- "zod" : " ^4.3.6"
49- },
50- "devDependencies" : {
51- "@eslint/js" : " ^9.0.0" ,
52- "@types/node" : " ^25.3.5" ,
53- "eslint" : " ^9.0.0" ,
54- "prettier" : " ^3.0.0" ,
55- "tsc-alias" : " ^1.8.16" ,
56- "typescript" : " ^5.0.4" ,
57- "typescript-eslint" : " ^8.0.0"
58- }
59- }
66+ "types" : " ./build/esm/index.d.ts" ,
67+ "version" : " 1.19.0"
68+ }
0 commit comments