We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edddf4a commit ea56994Copy full SHA for ea56994
1 file changed
packages/internal/dev-env/package.json
@@ -3,6 +3,12 @@
3
"type": "module",
4
"name": "@atcute/internal-dev-env",
5
"version": "1.0.1",
6
+ "exports": {
7
+ ".": "./dist/index.js"
8
+ },
9
+ "scripts": {
10
+ "build": "tsc"
11
12
"dependencies": {
13
"@atproto/crypto": "^0.4.3",
14
"@atproto/identity": "^0.4.5",
@@ -12,12 +18,6 @@
18
"get-port": "^7.1.0",
19
"uint8arrays": "^5.1.0"
20
},
15
- "exports": {
16
- ".": "./dist/index.js"
17
- },
- "scripts": {
- "build": "tsc"
21
"devDependencies": {
22
"typescript": "^5.7.2"
23
}
0 commit comments