ripple-lib-value
Version:
Classes for dealing with XRP Ledger amount values
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "ripple-lib-value",
"version": "0.3.1",
"license": "ISC",
"description": "Classes for dealing with XRP Ledger amount values",
"files": [
"dist/npm/*"
],
"scripts": {
"build:lib": "tsc --build",
"build": "yarn build:lib",
"clean": "rm -rf dist/npm && rm -rf build/flow",
"prepublish": "yarn clean && yarn build",
"lint": "eslint 'src/**/*.ts' 'test/*.{ts,js}'",
"test": "mocha",
"coverage": "nyc mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ripple/ripple-lib-extensions.git"
},
"main": "dist/npm/",
"keywords": [
"ripple",
"ripple-lib",
"ripple-lib-value"
],
"engines": {
"node": ">=8",
"yarn": "^1.15.2"
},
"dependencies": {
"bignumber.js": "^9.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
}
}