|
2 | 2 | "name": "@stackone/ai", |
3 | 3 | "version": "2.0.9", |
4 | 4 | "description": "Tools for agents to perform actions on your SaaS", |
5 | | - "packageManager": "[email protected]", |
6 | | - "module": "./dist/index.mjs", |
| 5 | + "keywords": [ |
| 6 | + "agents", |
| 7 | + "ai", |
| 8 | + "ai sdk", |
| 9 | + "mcp", |
| 10 | + "model context protocol", |
| 11 | + "stackone", |
| 12 | + "tools" |
| 13 | + ], |
| 14 | + "homepage": "https://github.com/StackOneHQ/stackone-ai-node#readme", |
| 15 | + "bugs": "https://github.com/StackOneHQ/stackone-ai-node/issues", |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git+https://github.com/StackOneHQ/stackone-ai-node.git" |
| 19 | + }, |
| 20 | + "author": "StackOne", |
| 21 | + "license": "Apache-2.0", |
| 22 | + "type": "module", |
7 | 23 | "main": "./dist/index.mjs", |
8 | | - "types": "./dist/index.d.mts", |
9 | 24 | "exports": { |
10 | 25 | ".": "./src/index.ts", |
11 | 26 | "./package.json": "./package.json" |
12 | 27 | }, |
13 | | - "type": "module", |
| 28 | + "module": "./dist/index.mjs", |
| 29 | + "types": "./dist/index.d.mts", |
14 | 30 | "files": [ |
15 | | - "src", |
16 | | - "dist", |
17 | | - "README.md", |
| 31 | + "!example/*.test.ts", |
18 | 32 | "LICENSE", |
| 33 | + "README.md", |
| 34 | + "dist", |
19 | 35 | "examples/*.ts", |
20 | | - "!example/*.test.ts" |
| 36 | + "src" |
21 | 37 | ], |
22 | 38 | "scripts": { |
23 | 39 | "build": "tsdown", |
|
79 | 95 | "optional": true |
80 | 96 | } |
81 | 97 | }, |
82 | | - "repository": { |
83 | | - "type": "git", |
84 | | - "url": "git+https://github.com/StackOneHQ/stackone-ai-node.git" |
85 | | - }, |
86 | | - "keywords": [ |
87 | | - "stackone", |
88 | | - "ai", |
89 | | - "tools", |
90 | | - "agents", |
91 | | - "ai sdk", |
92 | | - "mcp", |
93 | | - "model context protocol" |
94 | | - ], |
95 | | - "author": "StackOne", |
96 | | - "license": "Apache-2.0", |
97 | | - "bugs": "https://github.com/StackOneHQ/stackone-ai-node/issues", |
98 | | - "homepage": "https://github.com/StackOneHQ/stackone-ai-node#readme", |
99 | | - "publishConfig": { |
100 | | - "exports": { |
101 | | - ".": "./dist/index.mjs", |
102 | | - "./package.json": "./package.json" |
103 | | - } |
104 | | - }, |
| 98 | + "packageManager": "[email protected]", |
105 | 99 | "engines": { |
106 | 100 | "node": ">=20.19.6" |
107 | 101 | }, |
|
113 | 107 | "onFail": "download" |
114 | 108 | } |
115 | 109 | ] |
| 110 | + }, |
| 111 | + "publishConfig": { |
| 112 | + "exports": { |
| 113 | + ".": "./dist/index.mjs", |
| 114 | + "./package.json": "./package.json" |
| 115 | + } |
116 | 116 | } |
117 | 117 | } |
0 commit comments