forked from djmeph/makepi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 KB
/
package.json
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
{
"name": "makepi",
"version": "0.0.5",
"description": "An Open Source Makerspace CRM API",
"repository": "[email protected]:djmeph/makepi.git",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "exit 0",
"eslint": "eslint --ignore-path .gitignore '**/*.js'",
"deploy": "serverless deploy"
},
"keywords": [
"makerspace",
"hackerspace",
"api",
"crm"
],
"author": "Norman Witte III",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dynamodb-wrapper": "https://github.com/qloan/dynamodb-wrapper#v0.3.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"moment-timezone": "^0.5.26",
"serverless-http": "^2.3.0",
"stripe": "^7.10.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"aws-sdk": "^2.548.0",
"chai": "^4.2.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"mocha": "^6.2.1",
"nodemon": "^1.19.3",
"react": "^16.10.2",
"serverless": "^1.53.0",
"serverless-offline": "^5.12.0",
"sinon": "^7.5.0"
}
}