-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.29 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
{
"name": "nlc-attendance",
"version": "2.6.3",
"description": "Attendance tracking for the Naylor Learning Center",
"keywords": [],
"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.4",
"grunt": "^1.4.1",
"http-status": "^1.5.0",
"ldapjs": "^2.3.1",
"sails": "^1.4.4",
"sails-hook-grunt": "^4.0.1",
"sails-hook-orm": "^3.0.2",
"sails-mongo": "^2.0.0"
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3",
"cypress": "^8.2.0",
"eslint": "^7.32.0",
"htmlhint": "^0.15.1",
"nyc": "^15.1.0",
"should": "^13.2.3"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"stop": "exit 0",
"qa:html": "npx htmlhint views",
"qa:js": "npx eslint . --fix --max-warnings=0 && echo 'rfyvag ehyrf fngvfsvrq' | tr 'A-Za-z' 'N-ZA-Mn-za-m'",
"qa:tests": "PORT=1338 npx nyc sails lift & npx cypress run -q ; printf 'A total of %d test(s) failed.\n\n' $? && pkill -f nyc"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/dewv/nlcAttendance.git"
},
"author": "dewv.net",
"license": "MIT",
"engines": {
"node": "^14.17.5"
}
}