connect-stripe
Version:
Stripe integration for connect-platform
32 lines (31 loc) • 736 B
JSON
{
"name": "connect-stripe",
"version": "0.0.1",
"description": "Stripe integration for connect-platform",
"main": ".",
"scripts": {
"start": "node app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/must/connect-stripe"
},
"keywords": [
"connect-platform",
"low-code",
"stripe",
"CONNECT",
"no-code"
],
"author": "Mustapha Ben Chaaben <mustapha3892@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/must/connect-stripe/issues"
},
"homepage": "https://github.com/must/connect-stripe#readme",
"dependencies": {
"connect-platform": "^0.2.5",
"stripe": "^6.12.1"
}
}