X-Git-Url: http://git.squeep.com/?p=squeep-test-helper;a=blobdiff_plain;f=package.json;fp=package.json;h=0994079b7389efc19c4afaaa423c2045971b88fe;hp=0000000000000000000000000000000000000000;hb=f4818ada492c17c8941616e935579ed7555ec636;hpb=3c28b4072422f3922ede43b91013e7da6d1e067e diff --git a/package.json b/package.json new file mode 100644 index 0000000..0994079 --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "@squeep/test-helper", + "version": "1.0.0", + "description": "Common modules and helpers for Squeep Framework Applications unit testing.", + "main": "index.js", + "scripts": { + "coverage": "nyc npm test", + "coverage-check": "nyc check-coverage", + "eslint": "eslint *.js lib", + "test": "mocha --recursive" + }, + "repository": { + "type": "git", + "url": "https://git.squeep.com/squeep-test-helper/" + }, + "author": "Justin Wind ", + "license": "ISC", + "pre-commit": [ + "eslint", + "coverage", + "coverage-check" + ], + "dependencies": { + "eslint": "^8.22.0", + "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" + } +}