-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.11 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
43
44
{
"name": "cashfree-verification",
"version": "2.0.0",
"description": "Cashfree client for cashfree-verification",
"author": "Cashfree Payments",
"repository": {
"type": "git",
"url": "https://github.com/cashfree/cashfree-verification-sdk-nodejs.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"cashfree-verification"
],
"license": "Apache",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build",
"test": "jest --coverage && coveralls < coverage/lcov.info"
},
"dependencies": {
"axios": "1.5.1",
"@sentry/node": "^7.73.0"
},
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/jest": "^29.5.10",
"@types/node": "^12.20.55",
"@types/react": "^18.2.39",
"@types/sinon": "^17.0.1",
"chai": "^4.3.10",
"jest": "^29.7.0",
"mocha-junit-reporter": "^2.2.1",
"sinon": "^17.0.1",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
}
}