We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f43a63 commit 4febc7cCopy full SHA for 4febc7c
4 files changed
.gitignore
@@ -1,2 +1,3 @@
1
target
2
packages/phone-call-input
3
+
packages/encryption/dist/index.cjs
packages/encryption/dist/package.json
@@ -3,13 +3,11 @@
"type": "module",
4
"version": "1.0.0",
5
"description": "Encryption utilities for AdminControl.",
6
- "exports": {
7
- "import": "./index.js",
8
- "require": "./index.cjs"
9
- },
+ "exports": "./src/index.ts",
10
"scripts": {
11
- "start": "node-ts ./src/bin/cli.js",
12
- "build": "node-ts ./scripts/build.js"
+ "start": "node-ts ./src/bin/cli.ts",
+ "preinstall": "pnpm build",
+ "build": "node-ts ./scripts/build.ts"
13
},
14
"dependencies": {
15
"@commonjs/execa": "npm:execa@^5.1.1",
0 commit comments