@cowrie/cowrie
Version:
Cowrie is a JavaScript utility that allows you to add, subtract, multiply, divide, sort & partition monetary values
59 lines • 1.9 kB
JSON
{
"name": "@cowrie/cowrie",
"version": "1.1.2",
"license": "MIT",
"description": "Cowrie is a JavaScript utility that allows you to add, subtract, multiply, divide, sort & partition monetary values",
"homepage": "https://github.com/cowrie-io/cowrie#readme",
"bugs": {
"url": "https://github.com/cowrie-io/cowrie/issues",
"email": "howardmnengwa@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/cowrie-io/cowrie"
},
"engine": {
"node": ">= 0.11"
},
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"test": "jest",
"test:debug": "jest --watch",
"lint": "eslint src/**/*.js",
"prepublishOnly": "npm run build",
"build": "webpack --config build/webpack.prod.js",
"debug": "webpack-dev-server --config build/webpack.dev.js"
},
"keywords": [
"currency",
"money",
"cowry",
"cowrie",
"JavaScript"
],
"author": "Howard Mnengwa <howardmnengwa@gmail.com> (https://mnengwa.github.com/)",
"contributors": [
"Dennis Mwangangi <mwangangi@creareafrica.com> (https://github.com/mwangangi)"
],
"dependencies": {
"big.js": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.4.0",
"eslint-config-google": "^0.14.0",
"jest": "^26.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.3"
}
}