payeth-checkout
Version:
Inline Payeth Checkout SDK
65 lines (64 loc) • 1.25 kB
JSON
{
"version": "0.0.7",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Inline Payeth Checkout SDK",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "payeth-checkout",
"author": "heyt0pe",
"module": "dist/payeth-checkout.esm.js",
"size-limit": [
{
"path": "dist/payeth-checkout.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/payeth-checkout.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
"husky": "^7.0.4",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
},
"keywords": [
"crypto",
"payment",
"gateway",
"checkout",
"payeth",
"inline"
]
}