UNPKG

stellar-plus

Version:

beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain

74 lines (73 loc) 2.41 kB
{ "name": "stellar-plus", "version": "0.14.1", "description": "beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain", "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib/**/*" ], "private": false, "scripts": { "build": "tsc && tsc-alias -p tsconfig.json", "dev": "nodemon -e ts,js --exec ts-node -r tsconfig-paths/register ./src/index-test.ts", "test-unit": "npx jest --config src/jest.config.unit.js --testPathPattern=unit\\.test\\.ts", "test-integration": "npx jest --config src/jest.config.integration.js --testPathPattern=integration\\.test\\.ts", "test": "npx jest --config src/jest.config.js --testPathPattern=\\.test\\.ts", "coverage": "npx jest --config src/jest.config.js --coverage", "lint": "eslint --ext .js,.ts .", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", "prepare": "husky install" }, "lint-staged": { "**/*.{js,jsx,ts,tsx,html,css,json}": [ "npx prettier --write" ] }, "keywords": [ "stellar", "soroban", "blockchain", "stellar-sdk" ], "author": "Fabricius (Fifo) Zatti - Cheesecake Labs", "license": "ISC", "devDependencies": { "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", "@types/jest": "^29.5.10", "@types/node": "^20.10.0", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard-with-typescript": "^40.0.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-n": "^16.3.1", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-unicorn": "^49.0.0", "husky": "^8.0.0", "jest": "^29.7.0", "jest-extended": "^4.0.2", "lint-staged": "^15.2.2", "nodemon": "^3.0.1", "nyc": "^17.0.0", "prettier": "^3.1.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tsc-alias": "^1.8.8", "tsconfig-paths": "^4.2.0", "tslib": "^2.6.2", "typescript": "^5.5.4" }, "dependencies": { "@hyperledger/cactus-test-tooling": "^2.0.0-rc.2", "@stellar/freighter-api": "^1.7.1", "@stellar/stellar-sdk": "^13.1.0", "axios": "^1.6.2", "uuid": "^9.0.1" } }