thor-devkit
Advanced tools
Comparing version 1.3.3 to 1.3.4-beta
{ | ||
"name": "thor-devkit", | ||
"version": "1.3.3", | ||
"version": "1.3.4-beta", | ||
"description": "Typescript library to aid DApp development on VeChain Thor", | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "rm -rf dist/ esm/ && tsc -d -p . && tsc --module esnext --outDir 'esm' -p .", | ||
"build": "rm -rf dist/ && tsc -m esnext -d -p . && renamer --find js --replace mjs 'dist/**' && tsc -p .", | ||
"lint": "tslint -p .", | ||
"prepare": "npm run build", | ||
"prepack": "npm run build", | ||
"test": "tslint -p . && NODE_ENV=test mocha --require ts-node/register --timeout 20000 --recursive './**/*.test.ts'", | ||
@@ -72,2 +71,3 @@ "cover": "NODE_ENV=test nyc npm t", | ||
"nyc": "^14.1.1", | ||
"renamer": "^2.0.1", | ||
"ts-node": "^8.3.0", | ||
@@ -74,0 +74,0 @@ "tslint": "^5.11.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
203019
5854
12
1