swish-merchant
Version:
Swish for Merchants Node.js Integration Library
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "swish-merchant",
"version": "0.1.0",
"description": "Swish for Merchants Node.js Integration Library",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"start": "node index",
"test": "nyc node_modules/mocha/bin/mocha --timeout 5000",
"coverage": "nyc report -r=text-lcov > coverage.lcov && codecov -t 22b5dc14-dd1d-4a1e-8d5e-984cd15fd49f"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stebunting/swish-merchant"
},
"keywords": [
"swish",
"merchants",
"swish for merchants",
"e-commerce",
"e-handel",
"pos",
"checkout",
"payment",
"integration",
"api"
],
"author": "Steve Bunting <stebunting@gmail.com> (https://github.com/stebunting)",
"license": "MIT",
"devDependencies": {
"codecov": "^3.8.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.0",
"nyc": "^15.1.0"
},
"dependencies": {
"node-fetch": "^2.6.1",
"uuid": "^8.3.1"
}
}