-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "razorpay-node-typescript",
"version": "1.1.4",
"description": "[![npm](https://img.shields.io/npm/v/razorpay.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/razorpay) [![Build Status](https://travis-ci.org/razorpay/razorpay-node.svg?branch=master)](https://travis-ci.org/razorpay/razorpay-node)",
"main": "dist/razorpay.js",
"scripts": {
"publish": "npm run test && npm publish",
"prepublish": "npm run test",
"build": "tsc",
"test": "tsc && mocha ./test/**/*.spec.js"
},
"author": "Vikas",
"types": "dist/razorpay.d.ts",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"chai": "^4.3.4",
"deep-equal": "^2.0.5",
"eslint": "^7.31.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-simple-import-sort": "^7.0.0",
"mocha": "^9.0.3",
"nock": "^13.1.1",
"typescript": "^4.3.5"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikasg603/razorpay-typescript.git"
},
"bugs": {
"url": "https://github.com/vikasg603/razorpay-typescript/issues"
},
"homepage": "https://github.com/vikasg603/razorpay-typescript#readme"
}