goods-exporter
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -14,3 +14,3 @@ { | ||
"name": "goods-exporter", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease.", | ||
@@ -29,3 +29,4 @@ "main": "./dist/cjs/index.cjs", | ||
"build": "rollup -c", | ||
"test": "vitest", | ||
"test": "vitest --typecheck", | ||
"lint": "eslint ./{src,test}/** --fix", | ||
"test-ui": "vitest --ui", | ||
@@ -35,5 +36,10 @@ "coverage": "vitest run --coverage" | ||
"keywords": [ | ||
"YML", | ||
"CSV", | ||
"EXCEL", | ||
"yml", | ||
"csv", | ||
"excel", | ||
"tilda", | ||
"tg-shop", | ||
"insales", | ||
"items", | ||
"products", | ||
"goods", | ||
@@ -54,19 +60,17 @@ "export", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@types/chai": "^4.3.9", | ||
"@types/expect": "^24.3.0", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^20.8.7", | ||
"@types/sinon": "^10.0.20", | ||
"chai": "^4.3.10", | ||
"esbuild": "0.19.5", | ||
"esbuild-node-externals": "^1.9.0", | ||
"mocha": "^10.2.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"eslint": "^8.53.0", | ||
"eslint-config-standard-with-typescript": "^39.1.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-n": "^16.3.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"rollup": "^4.3.0", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-esbuild": "^6.1.0", | ||
"sinon": "^17.0.0", | ||
"ts-mocha": "^10.0.0", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
"vitest": "^1.0.0-beta.4" | ||
}, | ||
@@ -73,0 +77,0 @@ "engines": { |
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
118384
17