zapier/package.json
2022-08-29 11:51:58 +02:00

26 lines
519 B
JSON

{
"name": "btc-pay-server",
"version": "1.0.10",
"description": "Start Accepting Bitcoin Payments With 0% Fees & No Third-party",
"main": "index.js",
"scripts": {
"test-old": "mocha --recursive -t 10000",
"test": "jest"
},
"engines": {
"node": ">=v14",
"npm": ">=5.6.0"
},
"dependencies": {
"zapier-platform-core": "12.0.3"
},
"devDependencies": {
"jest": "^27.0.4",
"should": "^13.2.0"
},
"private": true,
"zapier": {
"convertedByCLIVersion": "11.0.1"
}
}