react-epayco
Version:
25 lines (24 loc) • 597 B
JSON
{
"name": "react-epayco",
"version": "0.1.5",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/yaiceltg/react-epayco.git",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"prepublish": "tsc"
},
"keywords": ["epayco", "epayco react"],
"author": "Yaicel Torres <yaiceltg@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/react": "^16.9.35",
"react": "^16.13.1",
"react-epayco": "^0.1.2",
"rimraf": "^3.0.2"
},
"devDependencies": {
"typescript": "^3.8.3"
}
}