Skip to content

Commit 46b4fa4

Browse files
committed
make aws a dev dep. update package name to include org
1 parent 1f76449 commit 46b4fa4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"name": "indexsupply.js",
32
"version": "0.0.1",
3+
"name": "@indexsupply/indexsupply.js",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "A Typescript wrapper for Index Supply's API",
58
"main": "dist/server-index.js",
69
"browser": "dist/browser-index.js",
@@ -15,13 +18,13 @@
1518
"build:types": "tsc --emitDeclarationOnly && rm dist/types/eventsource*.ts"
1619
},
1720
"devDependencies": {
21+
"@aws-sdk/client-s3": "^3.705.0",
1822
"@types/bun": "latest",
1923
"@types/eventsource": "^1.1.15",
2024
"esbuild": "^0.18.20",
2125
"typescript": "^5.7.2"
2226
},
2327
"dependencies": {
24-
"@aws-sdk/client-s3": "^3.705.0",
2528
"cross-fetch": "^4.0.0",
2629
"eventsource": "^2.0.2"
2730
}

0 commit comments

Comments
 (0)