@easymoney/bignumber.js
Version:
Best way to do money in js
58 lines • 1.4 kB
JSON
{
"name": "@easymoney/bignumber.js",
"version": "1.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"maintainers": [
{
"name": "Whispers12",
"email": "githubFrolov@yandex.ru"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/frolovdev/easymoney.git"
},
"bugs": {
"url": "https://github.com/frolovdev/easymoney/issues"
},
"homepage": "https://github.com/frolovdev/easymoney#readme",
"license": "MIT",
"description": "Best way to do money in js",
"scripts": {
"build-prod": "yarn clean && yarn build",
"start": "tsc -w --preserveWatchOutput",
"build": "../../node_modules/.bin/rollup -c",
"clean": "../../node_modules/.bin/rimraf dist/",
"test": "../../node_modules/.bin/jest --watchAll"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@easymoney/core": "^1.0.1",
"bignumber.js": "^9.0.0",
"@easymoney/money": "^1.0.1"
},
"files": [
"/README.md",
"/package.json",
"/dist"
],
"keywords": [
"easymoney",
"money",
"dinero",
"dinero.js",
"amount",
"immutable",
"monetary"
]
}