@davidosborn/crypto-tax-calculator
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,1 +0,1 @@ | ||
"use strict";require("./main").default(require("process").argv.slice(2)); | ||
"use strict";var _process=_interopRequireDefault(require("process")),_main=_interopRequireDefault(require("./main"));function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}_process.default.exit((0,_main.default)(_process.default.argv.slice(2))); |
{ | ||
"name": "@davidosborn/crypto-tax-calculator", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A tool to calculate the capital gains of cryptocurrency assets for Canadian taxes", | ||
@@ -17,5 +17,5 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/davidosborn/crypto-tax-calculator", | ||
"homepage": "https://github.com/davidosborn/crypto-tax-calculator#readme", | ||
"bugs": { | ||
"url": "https://github.com/davidosborn/crypto-tax-calculator", | ||
"url": "https://github.com/davidosborn/crypto-tax-calculator/issues", | ||
"email": "david@davidosborn.io" | ||
@@ -29,4 +29,16 @@ }, | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"main": "lib/index.js", | ||
"bin": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/davidosborn/crypto-tax-calculator" | ||
}, | ||
"scripts": { | ||
"build": "npx babel -d lib src", | ||
"prepublishOnly": "npm run build", | ||
"start": "npx babel-node src" | ||
}, | ||
"dependencies": { | ||
@@ -50,9 +62,6 @@ "csv-parse": "*", | ||
"@babel/preset-stage-0": "^7.0.0-beta", | ||
"babel-preset-minify": "canary", | ||
"yarpm": "*" | ||
"babel-preset-minify": "canary" | ||
}, | ||
"scripts": { | ||
"build": "npx babel -d lib src", | ||
"prepublishOnly": "yarpm run build", | ||
"start": "node lib" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
@@ -59,0 +68,0 @@ "babel": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7
1
0
16140
13
10