X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=49473f90a7a9d621165810ec26d3323d0517cce1;hb=refs%2Fheads%2Fmaster;hp=5b619b51d2676e7ac875096742de2ebbdb9257fa;hpb=7a5a384abb99757b53c8898c508023f0ba9e94b1;p=squeep-test-helper diff --git a/package.json b/package.json index 5b619b5..49473f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/test-helper", - "version": "1.0.0", + "version": "2.0.0", "description": "Common modules and helpers for Squeep Framework Applications unit testing.", "main": "index.js", "scripts": { @@ -9,6 +9,9 @@ "eslint": "eslint *.js lib", "test": "mocha --recursive" }, + "files": [ + "lib" + ], "repository": { "type": "git", "url": "https://git.squeep.com/squeep-test-helper/" @@ -20,14 +23,12 @@ "coverage", "coverage-check" ], - "dependencies": { - "eslint": "^8.23.1", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.15.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "devDependencies": { + "@squeep/eslint-config": "^1", + "eslint": "^9", + "mocha": "^10", + "nyc": "^15", + "pre-commit": "^1", + "sinon": "^18" } }