Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move typescript to dev dependency #398

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jibin2706
Copy link

When using this library incontext of deno, typescript is getting bundled, so moving typescript to dev dependency

Output when running deno info filename

├─┬ npm:/razorpay@2.9.2 (280.17KB)
│ ├─┬ npm:/@types/request-promise@4.1.51 (6.08KB)
│ │ ├── npm:/@types/bluebird@3.5.42 (59.54KB)
│ │ └─┬ npm:/@types/request@2.48.12 (19.32KB)
│ │   ├── npm:/@types/caseless@0.12.5 (4.61KB)
│ │   ├── npm:/@types/node@18.16.19 (3.51MB)
│ │   ├── npm:/@types/tough-cookie@4.0.5 (13.22KB)
│ │   └─┬ npm:/form-data@2.5.1 (40.37KB)
│ │     ├── npm:/asynckit@0.4.0 (26.72KB)
│ │     ├─┬ npm:/combined-stream@1.0.8 (11.24KB)
│ │     │ └── npm:/delayed-stream@1.0.0 (7.83KB)
│ │     └─┬ npm:/mime-types@2.1.35 (17.84KB)
│ │       └── npm:/mime-db@1.52.0 (200.72KB)
│ ├─┬ npm:/promise@8.3.0 (106.82KB)
│ │ └── npm:/asap@2.0.6 (33.12KB)
│ ├─┬ npm:/request@2.88.2 (204.38KB)
│ │ ├── npm:/aws-sign2@0.7.0 (13.85KB)
│ │ ├── npm:/aws4@1.12.0 (22.96KB)
│ │ ├── npm:/caseless@0.12.0 (13.92KB)
│ │ ├── npm:/combined-stream@1.0.8 (11.24KB) *
│ │ ├── npm:/extend@3.0.2 (22.91KB)
│ │ ├── npm:/forever-agent@0.6.1 (13.68KB)
│ │ ├─┬ npm:/form-data@2.3.3 (116.44KB)
│ │ │ ├── npm:/asynckit@0.4.0 (26.72KB)
│ │ │ ├── npm:/combined-stream@1.0.8 (11.24KB) *
│ │ │ └── npm:/mime-types@2.1.35 (17.84KB) *
│ │ ├─┬ npm:/har-validator@5.1.5 (8.03KB)
│ │ │ ├─┬ npm:/ajv@6.12.6 (907.38KB)
│ │ │ │ ├── npm:/fast-deep-equal@3.1.3 (12.66KB)
│ │ │ │ ├── npm:/fast-json-stable-stringify@2.1.0 (16.56KB)
│ │ │ │ ├── npm:/json-schema-traverse@0.4.1 (19.11KB)
│ │ │ │ └─┬ npm:/uri-js@4.4.1 (458.87KB)
│ │ │ │   └── npm:/punycode@2.3.1 (32.73KB)
│ │ │ └── npm:/har-schema@2.0.0 (14.75KB)
│ │ ├─┬ npm:/http-signature@1.2.0 (47.28KB)
│ │ │ ├── npm:/assert-plus@1.0.0 (11.17KB)
│ │ │ ├─┬ npm:/jsprim@1.4.2 (30.45KB)
│ │ │ │ ├── npm:/assert-plus@1.0.0 (11.17KB)
│ │ │ │ ├── npm:/extsprintf@1.3.0 (22.27KB)
│ │ │ │ ├── npm:/json-schema@0.4.0 (25.47KB)
│ │ │ │ └─┬ npm:/verror@1.10.0 (35KB)
│ │ │ │   ├── npm:/assert-plus@1.0.0 (11.17KB)
│ │ │ │   ├── npm:/core-util-is@1.0.2 (22.65KB)
│ │ │ │   └── npm:/extsprintf@1.3.0 (22.27KB)
│ │ │ └─┬ npm:/sshpk@1.18.0 (225.44KB)
│ │ │   ├─┬ npm:/asn1@0.2.6 (19.29KB)
│ │ │   │ └── npm:/safer-buffer@2.1.2 (41.31KB)
│ │ │   ├── npm:/assert-plus@1.0.0 (11.17KB)
│ │ │   ├─┬ npm:/bcrypt-pbkdf@1.0.2 (28.31KB)
│ │ │   │ └── npm:/tweetnacl@0.14.5 (169.97KB)
│ │ │   ├─┬ npm:/dashdash@1.14.1 (78.75KB)
│ │ │   │ └── npm:/assert-plus@1.0.0 (11.17KB)
│ │ │   ├─┬ npm:/ecc-jsbn@0.1.2 (27.15KB)
│ │ │   │ ├── npm:/jsbn@0.1.1 (44.77KB)
│ │ │   │ └── npm:/safer-buffer@2.1.2 (41.31KB)
│ │ │   ├─┬ npm:/getpass@0.1.7 (5.54KB)
│ │ │   │ └── npm:/assert-plus@1.0.0 (11.17KB)
│ │ │   ├── npm:/jsbn@0.1.1 (44.77KB)
│ │ │   ├── npm:/safer-buffer@2.1.2 (41.31KB)
│ │ │   └── npm:/tweetnacl@0.14.5 (169.97KB)
│ │ ├── npm:/is-typedarray@1.0.0 (4.3KB)
│ │ ├── npm:/isstream@0.1.2 (13KB)
│ │ ├── npm:/json-stringify-safe@5.0.1 (12.42KB)
│ │ ├── npm:/mime-types@2.1.35 (17.84KB) *
│ │ ├── npm:/oauth-sign@0.9.0 (13.48KB)
│ │ ├── npm:/performance-now@2.1.0 (11.08KB)
│ │ ├── npm:/qs@6.5.3 (122.71KB)
│ │ ├── npm:/safe-buffer@5.2.1 (31.35KB)
│ │ ├─┬ npm:/tough-cookie@2.5.0 (84.61KB)
│ │ │ ├── npm:/psl@1.9.0 (450.63KB)
│ │ │ └── npm:/punycode@2.3.1 (32.73KB)
│ │ ├─┬ npm:/tunnel-agent@0.6.0 (16.29KB)
│ │ │ └── npm:/safe-buffer@5.2.1 (31.35KB)
│ │ └── npm:/uuid@3.4.0 (33.47KB)
│ ├─┬ npm:/request-promise@4.2.6_request@2.88.2 (36.54KB)
│ │ ├── npm:/bluebird@3.7.2 (617.56KB)
│ │ ├── npm:/request@2.88.2 (204.38KB) *
│ │ ├─┬ npm:/request-promise-core@1.1.4_request@2.88.2 (19.21KB)
│ │ │ ├── npm:/lodash@4.17.21 (1.35MB)
│ │ │ └── npm:/request@2.88.2 (204.38KB) *
│ │ ├── npm:/stealthy-require@1.1.1 (12.21KB)
│ │ └── npm:/tough-cookie@2.5.0 (84.61KB) *
│ └── npm:/typescript@4.9.5 (63.75MB)
└── npm:/razorpay@2.9.2 

@SarthakT7
Copy link

Also, can you move dependencies like @types/request-promise to dev-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants