-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.72 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "reverb-feedboost",
"version": "0.0.0-development",
"description": "Get notified when your Reverb.com feed updates within an hour!",
"scripts": {
"build": "babel src -d lib --delete-dir-on-start --copy-files",
"husky:commitmsg": "commitlint -e $HUSKY_GIT_PARAMS",
"debug": "yarn build node --inspect ./node_modules/.bin/sls offline start",
"debug-invoke": "yarn build node --inspect --debug-brk ./node_modules/.bin/sls invoke",
"debug-test": "node --inspect --debug-brk ./node_modules/.bin/jest --runInBand --env jest-environment-node-debug",
"lint": "eslint .",
"lint-staged": "lint-staged",
"prepare": "yarn build",
"husky:precommit": "yarn lint",
"husky:prepush": "yarn test",
"start": "yarn build && sls offline start",
"test": "jest --coverage --detectOpenHandles --forceExit",
"type": "flow status",
"semantic-release": "semantic-release"
},
"dependencies": {
"@auth0/s3": "^1.0.0",
"config": "^1.29.0",
"cookie": "^0.3.1",
"cryptr": "^6.0.2",
"cryptr-old": "npm:cryptr@2.0.0",
"jsonwebtoken": "^8.3.0",
"request-promise": "^4.1.1",
"serverless": "^1.68.0",
"serverless-offline": "^6.1.4",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.47",
"@babel/core": "^7.0.0-beta.47",
"@babel/node": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/preset-flow": "^7.0.0-beta.47",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"aws-sdk": "^2.660.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"condition-noop": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-problems": "^0.1.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-better": "^0.1.5",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-prettier": "^2.6.1",
"flow-bin": "^0.123.0",
"flow-typed": "^3.1.0",
"husky": "^4.2.5",
"jest": "^25.4.0",
"jest-environment-node-debug": "^2.0.0",
"last-release-git": "^0.0.3",
"lint-staged": "^10.1.7",
"prettier": "^2.0.5",
"semantic-release": "^15.14.0",
"semantic-release-conventional-commits": "^2.0.1"
},
"keywords": [],
"author": "Peter Sieg <chasingmaxwell@gmail.com>",
"license": "MIT",
"private": true,
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "https://github.com/chasingmaxwell/FeedBoost.git"
},
"bugs": {
"url": "https://github.com/chasingmaxwell/FeedBoost/issues"
},
"homepage": "https://github.com/chasingmaxwell/FeedBoost#readme"
}