forked from mcadonline/canvas-jenzabar-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "canvas-jenzabar-integration",
"version": "2.1.0",
"description": "Integrate Jenzabar SIS with Canvas LMS",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/mcadonline/canvas-jenzabar-integration.git"
},
"bin": {
"canvas-jenzabar": "cli.js"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@types/luxon": "^1.26.5",
"acorn": "^8.2.1",
"dotenv": "8.2.0",
"esm": "3.2.25",
"inquirer": "8.0.0",
"isomorphic-fetch": "^3.0.0",
"luxon": "1.26.0",
"meow": "^9.0.0",
"mssql": "6.3.1",
"p-map": "5.0.0",
"p-map-series": "^3.0.0",
"papaparse": "^5.3.0",
"parse-link-header": "^1.0.1",
"query-string": "7.0.0",
"ramda": "^0.27.1",
"simple-ldap-search": "3.0.1",
"validator": "^13.6.0",
"write": "^2.0.0"
},
"devDependencies": {
"@jest/globals": "^26.6.2",
"eslint": "7.25.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "2.2.1",
"uuid": "^8.3.2"
},
"scripts": {
"start": "node ./cli.js",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"test:watch": "node --experimental-vm-modules node_modules/.bin/jest --watch",
"test:detectOpenHandles": "jest --watch --runInBand --detectOpenHandles"
},
"author": "James Johnson <james_johnson@mcad.edu>",
"license": "ISC",
"jest": {
"testEnvironment": "node"
}
}