UNPKG

@faast/payments-common

Version:
73 lines (72 loc) 2.14 kB
{ "name": "@faast/payments-common", "version": "4.7.0", "description": "Common module used by coin-payments libs", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "browser": "dist/index.umd.js", "types": "dist/lib/index.d.ts", "esnext": "dist/lib/index.js", "repository": "https://github.com/go-faast/coin-payments/tree/master/packages/payments-common", "homepage": "https://github.com/go-faast/coin-payments/tree/master/packages/payments-common#readme", "bugs": { "url": "https://github.com/go-faast/coin-payments/issues" }, "keywords": [ "coin", "payments", "crypto", "common", "faast", "bitaccess" ], "author": "Dylan Seago <dylan@bitaccess.co>", "license": "MIT", "files": [ "dist/", "src/" ], "engines": { "node": ">=12.0.0" }, "scripts": { "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "docs": "bin/docs.sh", "prebuild": "rimraf dist && rimraf docs", "build": "bin/build.sh", "start": "rollup -c rollup.config.js -w", "test": "jest --runInBand --detectOpenHandles", "report-coverage": "cat ./coverage/lcov.info | coveralls", "version": "npm run build" }, "devDependencies": { "@faast/ts-config": "^1.3.5", "@types/jest": "^26.0.5", "@types/node": "^14.0.24", "coveralls": "^3.0.2", "jest": "^26.5.3", "jest-circus": "^26.1.0", "jest-config": "^26.1.0", "lint-staged": "^8.0.0", "node-fetch": "^2.6.1", "prettier": "^1.14.3", "rimraf": "^2.6.2", "rollup": "^2.27.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^4.2.4", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-typescript2": "^0.27.2", "ts-jest": "^26.5.5", "ts-node": "^8.10.2", "tslint": "^5.20.0", "typescript": "^4.2.4" }, "dependencies": { "@faast/ts-common": "^0.6.0", "bignumber.js": "^9.0.0", "io-ts": "^1.10.4" }, "gitHead": "12138580fff271485d28763d7391f62cb2d144d6" }