@visactor/vgrammar-util
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "@visactor/vgrammar-util", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "The common utils functions of VGrammar", | ||
@@ -26,2 +26,12 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"compile": "tsc --noEmit", | ||
"eslint": "eslint --debug --fix src/", | ||
"build": "bundle --clean", | ||
"dev": "bundle --clean -f es -w", | ||
"start": "vite ./vite", | ||
"test": "jest", | ||
"test-cov": "jest -w 16 --coverage", | ||
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" | ||
}, | ||
"dependencies": { | ||
@@ -31,2 +41,5 @@ "@visactor/vutils": "~0.16.7" | ||
"devDependencies": { | ||
"@internal/bundler": "0.0.1", | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/ts-config": "0.0.1", | ||
"@rushstack/eslint-patch": "~1.1.4", | ||
@@ -36,2 +49,3 @@ "eslint": "~8.18.0", | ||
"typescript": "4.9.5", | ||
"@internal/jest-config": "0.0.1", | ||
"jest": "~29.5.0", | ||
@@ -42,7 +56,3 @@ "jest-environment-jsdom": "~29.5.0", | ||
"@types/jest": "~29.5.0", | ||
"@types/node": "*", | ||
"@internal/bundler": "0.0.1", | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/jest-config": "0.0.1" | ||
"@types/node": "*" | ||
}, | ||
@@ -52,13 +62,3 @@ "publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"scripts": { | ||
"compile": "tsc --noEmit", | ||
"eslint": "eslint --debug --fix src/", | ||
"build": "bundle --clean", | ||
"dev": "bundle --clean -f es -w", | ||
"start": "vite ./vite", | ||
"test": "jest", | ||
"test-cov": "jest -w 16 --coverage", | ||
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" | ||
} | ||
} | ||
} |
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
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
98687