-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
66 lines (66 loc) · 1.67 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "attendance",
"version": "1.0.0",
"description": "Mother ship",
"main": "mup.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"aws-sdk": "^2.729.0",
"aws-sns-sms": "^1.0.2",
"axios": "^0.21.2",
"change-case": "^4.1.1",
"debug": "^3.1.0",
"git-rev": "^0.2.1",
"git-status": "^1.0.8",
"git-tag": "^0.2.0",
"import": "0.0.6",
"isomorphic-ws": "^4.0.1",
"lodash": "^4.17.15",
"luxon": "^2.3.0",
"minimist": "^1.2.6",
"mkpath": "^1.0.0",
"moment": "^2.29.4",
"mongodb": "^3.5.7",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"prettier": "^2.1.2",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.5",
"simpl-schema": "^1.7.1",
"simpleddp": "^2.2.4",
"simpleddp-plugin-login": "^4.0.2",
"sort-json": "^2.0.0",
"sprintf-js": "^1.1.2",
"stringify-object": "^3.3.0",
"textversionjs": "^1.1.3",
"title-case": "^3.0.2",
"ws": "^7.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-jest": "^26.6.3",
"chai": "^4.2.0",
"jest": "^26.6.3",
"mocha": "^8.2.1",
"mup": "^1.5.1",
"nodemon": "^2.0.20"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy-b2b-prod": "node scripts/deploy.js b2b-prod",
"deploy-pa-prod": "node scripts/deploy.js pa-prod"
},
"repository": {
"type": "git",
"url": "git+https://mikkelking@github.com/Back2bikes/attendance.git"
},
"author": "Mike King",
"license": "MIT",
"bugs": {
"url": "https://github.com/Back2bikes/attendance/issues"
},
"homepage": "https://github.com/Back2bikes/attendance#readme"
}