|
| 1 | +{ |
| 2 | + "name": "@bitgo/sdk-coin-flrp", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "BitGo's SDK coin library for flrp coin", |
| 5 | + "main": "./dist/src/index.js", |
| 6 | + "types": "./dist/src/index.d.ts", |
| 7 | + "scripts": { |
| 8 | + "build": "yarn tsc --build --incremental --verbose .", |
| 9 | + "fmt": "prettier --write .", |
| 10 | + "check-fmt": "prettier --check .", |
| 11 | + "clean": "rm -r ./dist", |
| 12 | + "lint": "eslint --quiet .", |
| 13 | + "prepare": "npm run build", |
| 14 | + "test": "npm run coverage", |
| 15 | + "coverage": "nyc -- npm run unit-test", |
| 16 | + "unit-test": "mocha" |
| 17 | + }, |
| 18 | + "scriptsComment": { |
| 19 | + "build": "Need to re-add unit-test: 'nyc -- mocha' and test 'npm run unit-test', removed to green build and will add tests as implemented" |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/BitGo/BitGoJS.git", |
| 24 | + "directory": "modules/sdk-coin-flrp" |
| 25 | + }, |
| 26 | + "author": "BitGo SDK Team <[email protected]>", |
| 27 | + "license": "MIT", |
| 28 | + "engines": { |
| 29 | + "node": ">=20 <23" |
| 30 | + }, |
| 31 | + "lint-staged": { |
| 32 | + "*.{js,ts}": [ |
| 33 | + "yarn prettier --write", |
| 34 | + "yarn eslint --fix" |
| 35 | + ] |
| 36 | + }, |
| 37 | + "publishConfig": { |
| 38 | + "access": "public" |
| 39 | + }, |
| 40 | + "nyc": { |
| 41 | + "extension": [ |
| 42 | + ".ts" |
| 43 | + ] |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "chai": "^4.4.1", |
| 47 | + "@types/chai": "^4.3.16", |
| 48 | + "@types/bn.js": "^5.2.0", |
| 49 | + "@bitgo/sdk-test": "^9.0.5", |
| 50 | + "@bitgo/sdk-api": "^1.67.0" |
| 51 | + }, |
| 52 | + "dependencies": { |
| 53 | + "@bitgo/sdk-core": "^36.5.0", |
| 54 | + "@bitgo/secp256k1": "^1.5.0", |
| 55 | + "@bitgo/statics": "^57.5.0", |
| 56 | + "@flarenetwork/flarejs": "4.1.0-rc0", |
| 57 | + "@noble/curves": "1.8.1", |
| 58 | + "create-hash": "^1.2.0", |
| 59 | + "safe-buffer": "^5.2.1" |
| 60 | + }, |
| 61 | + "gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c" |
| 62 | +} |
0 commit comments