mirror of
https://github.com/wharfkit/resources.git
synced 2026-07-21 18:03:39 +00:00
807a20b592
* Migrating some math to Antelope integers * v1.4.0-rc1 * v1.5.0-rc1 * v1.5.0-rc2 * v1.5.0-rc3 * A-B testing function rewrites * Update src/powerup/abstract.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Removed direct usage of bigDecimal * Fixed comparison operators * Removed unneeded casting * Removed legacy functions * Wipe test data * Fixed tests * v1.5.0-rc4 * Allowing passing min_payment to options, and check for requests with little CPU * v1.5.0-rc5 * v1.5.0 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@wharfkit/resources",
|
|
"description": "Library to assist in Antelope-blockchain resource calculations.",
|
|
"version": "1.5.0",
|
|
"homepage": "https://github.com/wharfkit/resources",
|
|
"license": "BSD-3-Clause",
|
|
"main": "lib/wharfkit-resources.js",
|
|
"module": "lib/wharfkit-resources.m.js",
|
|
"types": "lib/wharfkit-resources.d.ts",
|
|
"browser": {
|
|
"buffer": false,
|
|
"crypto": false
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"lib/*",
|
|
"src/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "make"
|
|
},
|
|
"dependencies": {
|
|
"@wharfkit/antelope": "^1.1.0",
|
|
"bn.js": "^4.11.9",
|
|
"js-big-decimal": "^2.0.7",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^8.1.1",
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/node": "^14.14.28",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
"@typescript-eslint/parser": "^4.15.1",
|
|
"@wharfkit/mock-data": "^1.3.0",
|
|
"assert": "^2.0.0",
|
|
"eslint": "^7.19.0",
|
|
"eslint-config-prettier": "^7.0.0",
|
|
"eslint-plugin-prettier": "^3.2.0",
|
|
"gh-pages": "^3.1.0",
|
|
"mocha": "^8.2.1",
|
|
"node-fetch": "^2.6.1",
|
|
"nyc": "^15.1.0",
|
|
"prettier": "^2.2.1",
|
|
"rollup": "^2.38.2",
|
|
"rollup-plugin-dts": "^2.0.0",
|
|
"ts-node": "^9.1.0",
|
|
"typedoc": "^0.20.25",
|
|
"typescript": "^4.1.2"
|
|
}
|
|
}
|