cashfree-pg-api-contract
Version:
This package contains the contract for Cashfree PG
32 lines (31 loc) • 796 B
JSON
{
"name": "cashfree-pg-api-contract",
"version": "2.0.8",
"description": "This package contains the contract for Cashfree PG",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cashfree",
"contract",
"js",
"typescript"
],
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@release-it/conventional-changelog": "^2.0.0",
"@types/node": "^18.11.11",
"commitlint": "^11.0.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"typescript": "^4.1.3"
},
"author": "cashfree",
"license": "MIT"
}