{ "name": "@vendure/payments-plugin", "version": "1.3.0-beta.0", "license": "MIT", "main": "package/index.js", "types": "package/index.d.ts", "files": [ "package/**/*" ], "private": false, "scripts": { "watch": "tsc -p ./tsconfig.build.json --watch", "build": "rimraf package && tsc -p ./tsconfig.build.json", "lint": "tslint --fix --project ./", "ci": "yarn build" }, "homepage": "https://www.vendure.io/", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "devDependencies": { "@types/braintree": "^2.22.15", "@vendure/common": "^1.3.0-beta.0", "@vendure/core": "^1.3.0-beta.0", "braintree": "^3.0.0", "rimraf": "^3.0.2", "typescript": "4.3.5" } }