bc-node-sdk
Version:
BetterCommerce's NodeJS SDK encapsulates the base framework for all the Next.js applications.
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "bc-node-sdk",
"version": "0.0.0-canary.16",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.2.4",
"agentkeepalive": "^4.6.0",
"axios": "^1.7.9",
"babel-cli": "^6.26.0",
"babel-minify": "^0.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.5.0",
"fs": "^0.0.1-security",
"ioredis": "^5.4.2",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"next": "15.1.6",
"string-format": "^2.0.0",
"typescript": "4.8.3"
},
"keywords": [
"bettercommerce",
"payments",
"node-sdk"
],
"repository": {
"type": "git",
"url": "git@github.com/better-commerce/bc-node-sdk.git"
},
"author": "BetterCommerce",
"license": "MIT",
"files": [
"dist"
]
}