X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;fp=package.json;h=146713e517bf81a9543fa845a1b5b6e6ca9bc9eb;hb=69a2f5e7d73dd3f58e07b652c306daa8b253245d;hp=0000000000000000000000000000000000000000;hpb=49cf45515817fbd4479c654d89c8a56c292298bb;p=squeep-resource-authentication-module diff --git a/package.json b/package.json new file mode 100644 index 0000000..146713e --- /dev/null +++ b/package.json @@ -0,0 +1,47 @@ +{ + "name": "@squeep/resource-authentication-module", + "version": "1.0.0", + "description": "Wrangles authentication for resource servers; intended for use in Squeep Framework Applications.", + "main": "index.js", + "scripts": { + "coverage": "nyc npm test", + "coverage-check": "nyc check-coverage", + "eslint": "eslint *.js lib", + "test": "mocha --recursive" + }, + "pre-commit": [ + "eslint", + "coverage", + "coverage-check" + ], + "repository": { + "type": "git", + "url": "https://git.squeep.com/squeep-resource-authentication-module" + }, + "keywords": [ + "authentication" + ], + "engines": { + "node": ">=14" + }, + "author": "Justin Wind ", + "license": "ISC", + "dependencies": { + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", + "@squeep/base64url": "^1.0.5", + "uuid": "^9.0.0" + }, + "devDependencies": { + "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.0", + "eslint": "^8.24.0", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-security": "^1.5.0", + "eslint-plugin-sonarjs": "^0.15.0", + "html-minifier-lint": "^2.0.0", + "mocha": "^10.0.0", + "mocha-steps": "^1.3.0", + "nyc": "^15.1.0", + "pre-commit": "^1.2.2", + "sinon": "^14.0.0" + } +}