sslcommerz-lts-types
Version:
TypeScript type definitions for the SSLCommerz library
28 lines (27 loc) • 543 B
JSON
{
"name": "sslcommerz-lts-types",
"version": "1.0.1",
"description": "TypeScript type definitions for the SSLCommerz library",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/codernex/sslcommerz-lts.git"
},
"keywords": [
"sslcommerz",
"typescript",
"types",
"typings"
],
"author": "Borhan Uddin",
"license": "MIT",
"devDependencies": {
"typescript": "^4.0.0"
},
"dependencies": {
"sslcommerz-lts": "^1.1.0"
},
"scripts": {
"build": "tsc"
}
}