wallee
Version:
TypeScript/JavaScript client for wallee
49 lines (48 loc) • 1.3 kB
JSON
{
"name": "wallee",
"title": "wallee",
"version": "5.5.0",
"description": "TypeScript/JavaScript client for wallee",
"author": "wallee AG",
"repository": {
"type": "git",
"url": "https://github.com/wallee-payment/typescript-sdk.git"
},
"bugs": {
"url": "http://github.com/wallee-payment/typescript-sdk/issues"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"files": ["dist/", "LICENSE", "README.MD"],
"scripts": {
"clean": "rm -Rf ./node_modules/ ./build ./test/*.d.ts ./test/*.js",
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build",
"test": "rm -fr ./test/*.d.ts && mocha --require ts-node/register \"test/**/*.test.{ts, js}\"",
"prepublishOnly": "npm run clean && npm install && npm run build"
},
"license": "",
"keywords": [
"wallee",
"Payment",
"Payment Integration"
],
"mocha": {
"timeout": 30000
},
"devDependencies": {
"@types/chai": "^4.2.1",
"@types/mocha": "^10.0.0",
"@types/node": "^18.19.49",
"chai": "^4.3.7",
"mocha": "^10.7.3",
"ts-node": "^10.9.2",
"typescript": "^4.0 || ^5.0"
},
"dependencies": {
"jsonwebtoken": "^9.0.2",
"starkbank-ecdsa": "^1.1.5"
}
}