audio-fingerprinting-file-reader
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.26.10", | ||
"@babel/runtime": "^7.27.0", | ||
"tslib": "^2.8.1" | ||
@@ -29,6 +29,3 @@ }, | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^60.0.25", | ||
"grunt": "^1.6.1", | ||
"grunt-cli": "^1.5.0", | ||
"grunt-sh": "^0.2.1", | ||
"eslint-config-holy-grail": "^60.0.31", | ||
"husky": "^9.1.7", | ||
@@ -43,8 +40,7 @@ "karma": "^6.4.4", | ||
"karma-webpack": "^5.0.1", | ||
"lint-staged": "^15.4.3", | ||
"load-grunt-config": "^4.0.1", | ||
"lint-staged": "^15.5.0", | ||
"mocha": "^11.1.0", | ||
"prettier": "^3.5.3", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.35.0", | ||
"rollup": "^4.37.0", | ||
"sinon": "^17.0.2", | ||
@@ -76,3 +72,3 @@ "sinon-chai": "^3.7.0", | ||
"lint": "npm run lint:config && npm run lint:src && npm run lint:test", | ||
"lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/", | ||
"lint:config": "eslint --config config/eslint/config.json --ext .cjs --ext .js --ext .mjs --report-unused-disable-directives config/", | ||
"lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts", | ||
@@ -82,6 +78,7 @@ "lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/", | ||
"prepublishOnly": "npm run build", | ||
"test": "npm run lint && grunt test" | ||
"test": "npm run lint && npm run build && npm run test:integration", | ||
"test:integration": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"integration\" ]; then karma start config/karma/config-integration.js --single-run; fi" | ||
}, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.81" | ||
"version": "4.0.82" | ||
} |
8025
1.02%34
-10.53%Updated