We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f76449 commit 46b4fa4Copy full SHA for 46b4fa4
package.json
@@ -1,6 +1,9 @@
1
{
2
- "name": "indexsupply.js",
3
"version": "0.0.1",
+ "name": "@indexsupply/indexsupply.js",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
"description": "A Typescript wrapper for Index Supply's API",
8
"main": "dist/server-index.js",
9
"browser": "dist/browser-index.js",
@@ -15,13 +18,13 @@
15
18
"build:types": "tsc --emitDeclarationOnly && rm dist/types/eventsource*.ts"
16
19
},
17
20
"devDependencies": {
21
+ "@aws-sdk/client-s3": "^3.705.0",
22
"@types/bun": "latest",
23
"@types/eventsource": "^1.1.15",
24
"esbuild": "^0.18.20",
25
"typescript": "^5.7.2"
26
27
"dependencies": {
- "@aws-sdk/client-s3": "^3.705.0",
28
"cross-fetch": "^4.0.0",
29
"eventsource": "^2.0.2"
30
}
0 commit comments