@mean-dao/payment-streaming
Version:
Mean Payment Streaming Typescript SDK
88 lines (87 loc) • 2.47 kB
JSON
{
"name": "@mean-dao/payment-streaming",
"version": "4.1.0",
"description": "Mean Payment Streaming Typescript SDK",
"private": false,
"main": "lib/index.js",
"author": "",
"license": "ISC",
"types": "lib/index.d.ts",
"homepage": "https://github.com/mean-dao/payment-streaming#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mean-dao/payment-streaming.git"
},
"keywords": [
"mean-dao",
"mean-protocol",
"money-streaming",
"payment-streaming"
],
"bugs": {
"url": "https://github.com/mean-dao/payment-streaming/issues"
},
"files": [
"lib/*.*"
],
"scripts": {
"build": "tsc",
"clean": "rm -R ./lib",
"start": "ts-node main.ts",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha --timeout 100000 -r ts-node/register tests/*.test.ts",
"coverage": "nyc yarn test",
"test-coverage": "nyc --reporter=text --reporter=lcov mocha --timeout 100000 -r ts-node/register tests/*.test.ts",
"prettier": "prettier src/**/*.ts tests/**/*.ts --write"
},
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "1.56.3",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"bs58": "^6.0.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
"@types/chai": "^4.3.17",
"@types/chai-as-promised": "^7.1.8",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "22.2.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"chai": "4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-prettier": "^5.1.3",
"fs-extra": "^11.2.0",
"husky": "^9.1.4",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"prettier": "^3.2.5",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"resolutions": {
"@solana/web3.js": "1.95.1",
"braces": "3.0.3",
"cross-spawn": "7.0.6",
"micromatch": "4.0.8",
"semver": "7.6.3",
"ws": "8.18.0"
},
"overrides": {
"@solana/web3.js": "1.56.3",
"braces": "3.0.3",
"cross-spawn": "7.0.6",
"micromatch": "4.0.8",
"semver": "7.6.3",
"ws": "8.18.0"
}
}