]> git.immae.eu Git - github/fretlink/netlify-serverless-oauth2-backend.git/blame - package.json
update for local testing url
[github/fretlink/netlify-serverless-oauth2-backend.git] / package.json
CommitLineData
80b6050c
MS
1{
2 "name": "serverless-oauth2",
3 "version": "1.0.0",
4 "description": "serverless-oauth2",
5 "repository": "",
6 "author": "Mark Steele <mark@control-alt-del.org>",
7 "license": "MIT",
8 "private": true,
9 "dependencies": {
10 "randomstring": "^1.1.5",
11 "simple-oauth2": "^1.5.2"
12 },
13 "devDependencies": {
14 "npm": "^5.7.1",
15 "aws-sdk": "^2.12.0",
16 "aws-sdk-mock": "^1.6.1",
17 "babel-preset-es2015": "^6.24.1",
18 "chai": "^4.0.2",
19 "eslint": "^4.17.0",
20 "eslint-config-airbnb-base": "^12.1.0",
21 "eslint-plugin-import": "^2.8.0",
22 "eslint-plugin-mocha": "^4.11.0",
23 "eslint-plugin-node": "^6.0.0",
24 "eslint-plugin-promise": "^3.6.0",
25 "mocha": "^3.2.0",
26 "nyc": "^11.2.1",
27 "serverless-offline": "^3.16.0",
28 "serverless-plugin-optimize": "^1.0.0-rc.15",
29 "sinon": "^2.1.0"
30 },
31 "scripts": {
32 "test": "IS_TEST=1 mocha",
33 "coverage": "IS_TEST=1 nyc --check-coverage --lines 75 --per-file mocha",
34 "coverage-report": "IS_TEST=1 nyc --check-coverage --report -r html mocha",
35 "lint": "node node_modules/eslint/bin/eslint.js --color ."
36 },
37 "standard": {
38 "env": [
39 "mocha"
40 ]
41 }
42}